Skip to content

Commit

Permalink
Set __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto authored and gtsystem committed Jul 9, 2024
1 parent 8399c0f commit 7724c29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lightkube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@
from .core.exceptions import ApiError, ConfigError, LoadResourceError
from .core.sort_objects import sort_objects
from .config.kubeconfig import KubeConfig, SingleConfig

__all__ = [
"Client",
"AsyncClient",
"ALL_NS",
"ApiError",
"ConfigError",
"LoadResourceError",
"sort_objects",
"KubeConfig",
"SingleConfig",
]

0 comments on commit 7724c29

Please sign in to comment.