from mypackage.utils import * if __name__ == "__main__": print(multiply(2, 3))