pArAnoIA.py 400 B

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