1 2 3 4 5from . import get_sms if __name__ == "__main__": get_sms.main()
1 2 3 4 5
from . import get_sms if __name__ == "__main__": get_sms.main()