implemented a run on first start thingie
This commit is contained in:
@@ -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