Files
2026-02-06 17:56:05 +01:00

7 lines
99 B
Python

import gnommo
if __name__ == "__main__":
print("This is the main module.")
gnommo.main()