kami-app / app.py
lterriel's picture
new structure app
ffa6434
raw
history blame
65 Bytes
from config import app
if __name__ == "__main__":
app.run()