Py-Hanabi/hanabi
Maximilian Keßler 967daf1914
Improve DB connection handling: Lazy init + config
Introduces a proper config file for db connection information
Also, connection now has to be explicitly initialized instead of this
being done on import: This is now done by the CLI function automatically
2023-07-05 20:54:26 +02:00
..
database Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
live Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
solvers Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
__init__.py Adapt imports to new package structure 2023-07-04 18:53:18 +02:00
cli.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
constants.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
hanab_game.py improve error handling when downloading games: Throw proper assertions, assume nothing about returned data 2023-07-05 09:00:03 +02:00
logger_setup.py Use appropriate app_dirs for cache and log files 2023-07-04 22:09:28 +02:00