Skip to content

Inconsistent use of __init__.py causing mixed import patterns #101

Description

@yasandu0505

Problem :

  • The current project structure does not consistently expose modules through package-level init.py files. Some components are imported via the package namespace, while others are accessed directly from internal submodules.

Expected Behaviour :

  • Public classes/functions should be exposed via init.py
  • Imports should be consistent and use the package-level interface where possible

Metadata

Metadata

Labels

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions