implemented a run on first start thingie

This commit is contained in:
Hellow2 2023-06-21 14:07:16 +02:00
parent 721265d3e8
commit 49845c5ecd

View File

@ -0,0 +1,6 @@
from .frontend import set_frontend
def initial_config():
code = set_frontend(no_cli=True)
return code