main.py 89 B

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