Files
Nassi-Shneiderman-Diagramm-…/Web/config.py
2021-01-13 22:30:45 +01:00

3 lines
110 B
Python

class Config():
SECRET_KEY = '4542bae72a9fefada779b8c3fc68a826'
UPLOAD_FOLDER = '/path/to/the/uploads'