mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-24 07:09:27 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from smsbot.cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|