aboutsummaryrefslogtreecommitdiffstats
path: root/run.py
AgeCommit message (Collapse)Author
2025-03-08Restructure python code to be modularMitsuo Tokumori
The python code is now a package named app. app/models: db models app/routes: flask blueprints app/static: css, js app/templates: jinja html templates