File size: 90 Bytes
4263b49
92da9af
4263b49
07748d2
1
2
3
4
5
from config import app

if __name__ == "__main__":
    app.run(host="0.0.0.0", port=7860)