ogn-python/ogn/app.py

5 wiersze
84 B
Python

from ogn import app
from ogn import routes
if __name__ == '__main__':
app.run()