I tried to import calculation
in Python but I got the following error:
ImportError
cannot import name 'math' from partially initialized module 'calculation' (most likely due to a circular import) (/opt/homebrew/Caskroom/miniforge/base/envs/env_koki/lib/python3.10/site-packages/calculation/init.py)
Please, does anyone have any idea?
I need this module for the script:
result = calculation.calculate(x1, x2, op)
Thanks!