prez/prez.py
2023-12-31 18:21:22 -05:00

6 lines
123 B
Python

# this exists so we can "python3 prez.py" while developing.
if __name__ == '__main__':
from prez.cli import main
main()