diff --git a/hbp_nrp_virtual_coach/pynrp/__init__.py b/hbp_nrp_virtual_coach/pynrp/__init__.py index 01e69d25ee45a24d0e2b4e8c333c6b3bb1c839df..2cb21853049f66bfb4a828a6ea6b2d32d9adc9b2 100644 --- a/hbp_nrp_virtual_coach/pynrp/__init__.py +++ b/hbp_nrp_virtual_coach/pynrp/__init__.py @@ -3,5 +3,4 @@ This package contains the Virtual Coach implementation and interfaces to the Neu Platform backend services. """ -from pynrp.version import VERSION as __version__ # pylint: disable=W0611 -from pynrp.virtual_coach import VirtualCoach \ No newline at end of file +from pynrp.version import VERSION as __version__ # pylint: disable=W0611 \ No newline at end of file