Breakout into sub modules

This commit is contained in:
2022-06-09 09:52:26 +01:00
parent 0c260c9a08
commit 5c89056a9e
7 changed files with 204 additions and 186 deletions

View File

@@ -23,7 +23,7 @@ install_requires =
[options.entry_points]
console_scripts =
smsbot = smsbot:main
smsbot = smsbot.cli:main
[flake8]
format = wemake