cineclub-script/config.py

8 lines
119 B
Python
Raw Normal View History

2021-11-28 03:09:29 +01:00
prices = {
2023-09-02 16:11:49 +02:00
'one_exte': 3,
'card_exte': 20
2021-11-28 03:09:29 +01:00
}
2021-11-28 03:07:41 +01:00
db_path = '../db/baseFilms.db'
2023-09-02 17:27:21 +02:00
migrations_db = '../db/migrations'