Skip to content

Commit

Permalink
Python: Export Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Oct 5, 2024
1 parent f2d35c3 commit f89ebd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cratedb_sqlparse_py/cratedb_sqlparse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .parser import ParsingException, sqlparse
from .parser import ParsingException, Statement, sqlparse

__all__ = ["sqlparse", "ParsingException"]
__all__ = ["sqlparse", "ParsingException", "Statement"]

__cratedb_version__ = "5.7.5"

0 comments on commit f89ebd7

Please sign in to comment.