tuxbot-bot/first_run/__init__.py

6 lines
70 B
Python
Raw Normal View History

from .config import Config
setup = Config()
setup.ask()
setup.save()