How to solve a case of circular imports with referencing dataclasses and default_factory?
I’m writing a Python package in which there are a lot of units (classes, functions…) that are referencing each other. I face problems with circular imports.
How to solve a case of circular imports with referencing dataclasses and default_factory?
I’m writing a Python package in which there are a lot of units (classes, functions…) that are referencing each other. I face problems with circular imports.
How to solve a case of circular imports with referencing dataclass and default_factory?
I’m writing a Python package in which there are a lot of units (classes, functions…) that are referencing each other. I face problems with circular imports.