mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from smsbot.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|