implemented a run on first start thingie
This commit is contained in:
parent
721265d3e8
commit
49845c5ecd
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
|
Loading…
Reference in New Issue
Block a user