tuxbot-bot/first_run/__init__.py
Romain J efc05f816e add(i18n): start i18n development
refactor(application|bot): ...
2019-09-08 23:05:43 +02:00

10 lines
107 B
Python

from .initializer import Config
setup = Config()
setup.install()
setup.ask()
setup.save()
setup.clean()