Skip to content

Commit

Permalink
fix: add pkg __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed Sep 22, 2023
1 parent 6bfcbb4 commit d007276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phomo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from .master import Master
from .mosaic import Mosaic
from .pool import Pool
from .metrics import METRICS

__all__ = ["Master", "Mosaic", "Pool", "METRICS"]

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())

0 comments on commit d007276

Please sign in to comment.