diff options
| 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 |
| commit | 43618112e45953528cde593275f755881f852d67 (patch) | |
| tree | d594f2a3264e5beafa6e5910e83a74f02e83af03 /robusta_krr/__init__.py | |
| parent | 144aea2ef44271f3cfc773bd3ddfe872c617160e (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__.py | 3 |
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__"] |
