going-rogue/roguebasin/__init__.py
Eryn Wells ded318e659 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
2022-05-07 08:51:44 -07:00

2 lines
56 B
Python

#!/usr/bin/env python3
# Eryn Wells <eryn@erynwells.me>