Commit 52980e7e authored by Ahmad Anvari's avatar Ahmad Anvari

Change main file

parent a8a79b3b
from flask import Flask
from db.user import User
from flask import request
# from routes.login import run
from app import app
# app = Flask(__name__)
# run()
if __name__ == '__main__':
app.run()
# app.run()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment