refactored imports, so every important function can be imported directly from the 'root module' music_kraken
This commit is contained in:
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()
|
Reference in New Issue
Block a user