Python/python/base.py
2024-11-09 16:23:02 +00:00

18 lines
320 B
Python

"""
python base module.
This is the principal module of the python 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 = "python"