refactored imports, so every important function can be imported directly from the 'root module' music_kraken
This commit is contained in:
parent
5d61721b60
commit
58ab41f60b
3
src/music_kraken/database/__init__.py
Normal file
3
src/music_kraken/database/__init__.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from . import temp_database
|
||||||
|
|
||||||
|
cache = temp_database.TempDatabase()
|
Loading…
Reference in New Issue
Block a user