Skip to content

Commit

Permalink
bug fixing and cleaning db api
Browse files Browse the repository at this point in the history
  • Loading branch information
edisj committed Jul 9, 2024
1 parent bb16892 commit cbb47f0
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 216 deletions.
4 changes: 2 additions & 2 deletions mdaadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

# Add imports here
from importlib.metadata import version
from .query import Query
from .database import Database

from .query import Query
from .database import Database, Table


__version__ = version("mdaadb-kit")
Loading

0 comments on commit cbb47f0

Please sign in to comment.