Skip to content

Commit

Permalink
Merge pull request #62 from CambioML/dev-jingyi
Browse files Browse the repository at this point in the history
refactor: update SDK naming and endpoints
  • Loading branch information
lingjiekong authored Nov 15, 2024
2 parents 1590de6 + 34e2a4c commit 6d7baed
Show file tree
Hide file tree
Showing 26 changed files with 2,006 additions and 1,683 deletions.
6 changes: 3 additions & 3 deletions any_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""AnyParser module for parsing data."""

from any_parser.any_parser import AnyParser, ModelType
from any_parser.any_parser import AnyParser

__all__ = ["AnyParser", "ModelType"]
__all__ = ["AnyParser"]

__version__ = "0.0.17"
__version__ = "0.0.18"
Loading

0 comments on commit 6d7baed

Please sign in to comment.