Loading pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "nova-mvvm" version = "0.6.0" version = "0.6.1" description = "A Python Package for Model-View-ViewModel pattern" authors = ["Yakubov, Sergey <yakubovs@ornl.gov>"] readme = "README.md" Loading src/nova/__init__.py +1 −0 Original line number Diff line number Diff line __path__ = __import__("pkgutil").extend_path(__path__, __name__) Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "nova-mvvm" version = "0.6.0" version = "0.6.1" description = "A Python Package for Model-View-ViewModel pattern" authors = ["Yakubov, Sergey <yakubovs@ornl.gov>"] readme = "README.md" Loading
src/nova/__init__.py +1 −0 Original line number Diff line number Diff line __path__ = __import__("pkgutil").extend_path(__path__, __name__)