Party/party/__init__.py

6 lines
66 B
Python

import party.main as main
def create_app():
return main.app