mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-23 06:39:24 +00:00
Break out into a module
This commit is contained in:
4
smsbot/__main__.py
Normal file
4
smsbot/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from . import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user