Files
smsbot/smsbot/__main__.py

5 lines
67 B
Python

from smsbot.cli import main
if __name__ == "__main__":
main()