File size: 66 Bytes
acb544e
 
 
 
1
2
3
4
5
from app import run_app

if __name__ == "__main__":
    run_app()