- Create an __init__.py, which makes this directory a Python package. - Replace the contents of __main__.py with the contents of main.py  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| actions.py | ||
| engine.py | ||
| events.py | ||
| geometry.py | ||
| map.py | ||
| monsters.py | ||
| object.py | ||
| tile.py | ||
				- Create an __init__.py, which makes this directory a Python package. - Replace the contents of __main__.py with the contents of main.py  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| actions.py | ||
| engine.py | ||
| events.py | ||
| geometry.py | ||
| map.py | ||
| monsters.py | ||
| object.py | ||
| tile.py | ||