123456789101112131415 |
- #!/usr/bin/env python
- # -*- coding: utf-8 -*-"
- """
- [pArAnoIA_Browser] by /psy (03c8.net)/ - 2019
- You should have received a copy of the GNU General Public License along
- with pArAnoIA; if not, write to the Free Software Foundation, Inc., 51
- Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- """
- from core.main import Browser
- if __name__ == "__main__":
- app = Browser()
- app.run()
|