mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
remove hardcoded db location
+ move Db engine to module
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from sqlalchemy import Engine
|
||||
|
||||
|
||||
class DbEngine:
|
||||
engine: Engine = None
|
||||
Reference in New Issue
Block a user