prez/prez.py

6 lines
123 B
Python
Raw Permalink Normal View History

2023-12-31 23:21:22 +00:00
# this exists so we can "python3 prez.py" while developing.
if __name__ == '__main__':
from prez.cli import main
main()