refactored imports, so every important function can be imported directly from the 'root module' music_kraken

This commit is contained in:
Lars Noack 2022-11-24 14:35:58 +01:00
parent 5d61721b60
commit 58ab41f60b

View File

@ -0,0 +1,3 @@
from . import temp_database
cache = temp_database.TempDatabase()