cineclub-script/config.py

8 lines
117 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
2023-09-02 18:14:40 +02:00
db_path = './db/baseFilms.db'
migrations_db = './db/migrations'