cineclub-script/config.py

8 lines
139 B
Python
Raw Normal View History

PRICE_ONE_COF = 4
PRICE_ONE_EXTE = 5
PRICE_CARD_COF = 30
2021-11-28 03:07:41 +01:00
PRICE_CARD_EXTE = 35
db_path = '../db/baseFilms.db'
dump_path = '../db/dumpFile'