Skip to content

Commit 260c5f6

Browse files
added the ast class to the main package
1 parent 28180fd commit 260c5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mindsdb_sql_parser/ast/mindsdb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .agents import CreateAgent, DropAgent, UpdateAgent
22
from .create_view import CreateView
3+
from .alter_view import AlterView
34
from .create_database import CreateDatabase
45
from .create_predictor import CreatePredictor, CreateAnomalyDetectionModel
56
from .drop_predictor import DropPredictor

0 commit comments

Comments
 (0)