summaryrefslogtreecommitdiff
path: root/robusta_krr/__init__.py
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 17:21:26 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 17:21:26 +0300
commit43618112e45953528cde593275f755881f852d67 (patch)
treed594f2a3264e5beafa6e5910e83a74f02e83af03 /robusta_krr/__init__.py
parent144aea2ef44271f3cfc773bd3ddfe872c617160e (diff)
Lower the required python version to 3.9, improve verbose logs
Diffstat (limited to 'robusta_krr/__init__.py')
-rw-r--r--robusta_krr/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/robusta_krr/__init__.py b/robusta_krr/__init__.py
index cd50bf6..2564844 100644
--- a/robusta_krr/__init__.py
+++ b/robusta_krr/__init__.py
@@ -1,5 +1,4 @@
-from . import api
from .main import run
__version__ = "0.1.0"
-__all__ = ["run", "api", "__version__"]
+__all__ = ["run", "__version__"]