Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.replit 90 B
language = "python3"
run = "pip install -U flask && python3 init_db.py && python3 app.py"