niche/niche/__main__.py

5 lines
61 B
Python
Raw Permalink Normal View History

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