exiting_module.py 102 B

12345
  1. __author__ = "leszek"
  2. if __name__ != "__main__":
  3. # Exit when this module is imported
  4. exit()