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:
Eryn Wells 2022-05-07 08:51:44 -07:00
parent d99c97408c
commit ded318e659
3 changed files with 84 additions and 94 deletions

2
roguebasin/__init__.py Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env python3
# Eryn Wells <eryn@erynwells.me>