Simon Diesenreiter 43ff10817d Revert " Ready to clone and code."
This reverts commit e4f251f138a9bfbefb814afb29b84c3103d72e16.
2024-11-09 09:05:53 -08:00

18 lines
338 B
Python

"""
project_name base module.
This is the principal module of the project_name project.
here you put your main classes and objects.
Be creative! do whatever you want!
If you want to replace this with a Flask application run:
$ make init
and then choose `flask` as template.
"""
# example constant variable
NAME = "project_name"