ogn-python/ogn_python/app.py

7 wiersze
131 B
Python
Czysty Zwykły widok Historia

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