mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
727dea748c
+ move Db engine to module
6 lines
74 B
Python
6 lines
74 B
Python
from sqlalchemy import Engine
|
|
|
|
|
|
class DbEngine:
|
|
engine: Engine = None
|