ogn-python/ogn/app.py

5 wiersze
84 B
Python
Czysty Zwykły widok Historia

2019-02-10 12:10:19 +00:00
from ogn import app
from ogn import routes
if __name__ == '__main__':
app.run()