MichaelMcBratney / Simple_Simulation

A simple town simulation that will be built on and improved.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Create __main__ function in main.py #11

Closed yodigi7 closed 5 years ago

yodigi7 commented 5 years ago

https://docs.python.org/3/library/__main__.html

KIRA009 commented 5 years ago

That's basically what the main.py is for, it will act as the top level file

KIRA009 commented 5 years ago

Nevertheless, I will add that to the ffile