gets rid of __init__ and runserver in favor of new modular design also introduces db model, first api endpoints, as well as their wrappers
5 lines
150 B
Python
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.") |