Skip to content

Commit

Permalink
add Props to init
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmarshall committed Dec 31, 2024
1 parent b3d3667 commit 8df6472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dbetto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@

from ._version import version as __version__
from .attrsdict import AttrsDict
from .catalog import Props
from .textdb import TextDB
from .time import str_to_datetime

__all__ = [
"AttrsDict",
"Props",
"TextDB",
"__version__",
"str_to_datetime",
Expand Down

0 comments on commit 8df6472

Please sign in to comment.