6 lines
70 B
Python
6 lines
70 B
Python
|
from .config import Config
|
||
|
|
||
|
setup = Config()
|
||
|
setup.ask()
|
||
|
setup.save()
|