kappa123/kappa123/__init__.py

7 lines
85 B
Python

# kappa123/__init__.py
from kappa123.server import app
def bootup():
app.run()