I created some classes and functions and built a .whl file, (and import like numpy) but the function isn't working. When I include the common code with "app = mech.App(version=242)
globals().update(mech.global_variables(app, True))" along with the functions, it works fine. How can I resolve this issue?