niche/niche/__main__.py

5 lines
61 B
Python

from . import app
if __name__ == "__main__":
app.main()