Reorganize the package
- Create an __init__.py, which makes this directory a Python package. - Replace the contents of __main__.py with the contents of main.py
This commit is contained in:
parent
d99c97408c
commit
ded318e659
3 changed files with 84 additions and 94 deletions
2
roguebasin/__init__.py
Normal file
2
roguebasin/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env python3
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
Loading…
Add table
Add a link
Reference in a new issue