implemented a run on first start thingie
This commit is contained in:
6
src/music_kraken/cli/options/first_config.py
Normal file
6
src/music_kraken/cli/options/first_config.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from .frontend import set_frontend
|
||||||
|
|
||||||
|
|
||||||
|
def initial_config():
|
||||||
|
code = set_frontend(no_cli=True)
|
||||||
|
return code
|
||||||
Reference in New Issue
Block a user