You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
234 B

  1. # '''
  2. # Delegates arguments to the main Gooey runner
  3. #
  4. # For use when run directly from command line with the -m (module) flag:
  5. #
  6. # e.g. $ python -m gooey
  7. #
  8. # '''
  9. #
  10. # from gooey import application
  11. #
  12. # application.main()