Files
lewangoalski/FlaskWebProject/runserver.py
sherl c1facf00fb feat: major rewrite of the webserver
gets rid of __init__ and runserver in favor of new modular design
also introduces db model, first api endpoints, as well as their wrappers
2025-05-11 01:30:32 +02:00

5 lines
150 B
Python

"""
Please see README.md for more tips on how to get your server running.
"""
print("runserver.py is obsolete. Please run your server with lewy.py.")