Closed marota closed 1 year ago
Import are currently done this way from src.Backend.PowsyblBackend import PowsyblBackend
This should rather get imported as a python package
from PowsyblGrid2opBackend import PowsyblBackend
If the package is called PowsyblGrid2opBackend for instance Should be published on pyPI
No response
Link to the package on PyPI: https://pypi.org/project/pypowsybl_grid2opbackend/. This package is in date of the 09/11/2023, ensure to reupload it for newer versions.
Describe the current behavior
Import are currently done this way from src.Backend.PowsyblBackend import PowsyblBackend
This should rather get imported as a python package
Describe the expected behavior
from PowsyblGrid2opBackend import PowsyblBackend
If the package is called PowsyblGrid2opBackend for instance Should be published on pyPI
Describe the motivation
No response
Extra Information
No response