Commit Graph

9 Commits

Author SHA1 Message Date
f94fe23f60
move executable cli file outside of package structure 2023-07-05 19:01:08 +02:00
b9068eebe4
implement cli command to init database 2023-07-05 09:33:55 +02:00
fabcc9ceb2
Cache variants.json and suits.json files 2023-07-04 22:30:56 +02:00
a93601c997
Refactor imports, remove code in imported files
We now only use relative imports for files in the same directory
Also, only modules are imported, never classes/functions etc
Furthermore, main methods in package files have been removed,
since they do not belong there
2023-07-04 21:15:33 +02:00
e85b7948c6
update test file 2023-06-24 17:25:25 +02:00
6d19565f5e
improve overall logging, use verbose logger 2023-05-14 23:57:24 +02:00
ebc98aa850
add test 2023-05-14 19:11:42 +02:00
1e79452061
add method to search for broken seeeds 2023-05-14 14:06:01 +02:00
3322aafae4
add test file (to keep other files clean) 2023-05-13 23:09:46 +02:00