main.py 85 B

123456
  1. def main():
  2. print("Hello from example!")
  3. if __name__ == "__main__":
  4. main()