Py-Hanabi/hanabi/solvers
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
..
__init__.py refactor files into proper submodules (not functional yet) 2023-07-04 18:52:59 +02:00
deck_analyzer.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
greedy_solver.py Improve DB connection handling: Lazy init + config 2023-07-05 20:54:26 +02:00
sat.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00