wowstash/wowstash/app.py

7 lines
102 B
Python

from wowstash.factory import create_app
app = create_app()
if __name__ == '__main__':
app.run()