Skip to content

Commit

Permalink
feat: add __all__ exports
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Feb 20, 2023
1 parent 371847e commit 29508c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bonaparte/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
from __future__ import annotations

__version__ = "0.1.0"

from .fireplace import Fireplace, FireplaceFeatures, FireplaceState

__all__ = ["Fireplace", "FireplaceFeatures", "FireplaceState"]

0 comments on commit 29508c7

Please sign in to comment.