7 lines
112 B
Python
7 lines
112 B
Python
|
from .frontend import set_frontend
|
||
|
|
||
|
|
||
|
def initial_config():
|
||
|
code = set_frontend(no_cli=True)
|
||
|
return code
|