Newer
Older
Skillsemi2023_WEB_Otaki_Nemoto / flask / server.py
from testapp import app

if __name__ == "__main__":
    app.run()