PIbd-42_SSPR/app/core/constants.py

11 lines
166 B
Python
Raw Normal View History

2024-10-22 00:12:37 +04:00
DEFAULT_VALUES = {
"N1": 24.0,
"L1": 70.0,
"a1": 60.0,
"N2": 18.0,
"L2": 105.0,
"N3": 9.0,
"L3": 29.6
}
MINIO_BUCKET_NAME = "geom-bucket"