Skip to content

Commit

Permalink
add database api functions and begin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edisj committed Jul 15, 2024
1 parent c1a34c6 commit be891dd
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 265 deletions.
2 changes: 1 addition & 1 deletion mdaadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from .query import Query
from .database import Database, Table
from .analysis import DBAnalysisRunner
from .analysis import DBAnalysisManager


__version__ = version("mdaadb-kit")
Loading

0 comments on commit be891dd

Please sign in to comment.