blipblop/blipblop_main.py
Jan Grewe 41390bc368 [main] rename entry point ...
to NOT have the same name as the package. Apparently this confuses pyinstaller
2021-03-12 11:52:15 +01:00

5 lines
91 B
Python

#!/usr/bin/env python
from blipblop import main
if __name__ == "__main__":
main.main()