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