- Create an __init__.py, which makes this directory a Python package. - Replace the contents of __main__.py with the contents of main.py
2 lines
56 B
Python
2 lines
56 B
Python
#!/usr/bin/env python3
|
|
# Eryn Wells <eryn@erynwells.me>
|