Break out into a module

This commit is contained in:
2022-06-08 18:28:25 +01:00
parent a53d55b2f1
commit 22b7d82708
2 changed files with 6 additions and 3 deletions

4
smsbot/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from . import main
if __name__ == '__main__':
main()