7 lines
99 B
Python
7 lines
99 B
Python
import gnommo
|
|
|
|
if __name__ == "__main__":
|
|
print("This is the main module.")
|
|
|
|
gnommo.main()
|