Skip to content

Commit 41faaa2

Browse files
added the ast class to the main package
1 parent d728fed commit 41faaa2

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,6 +1,7 @@
11
from .agents import CreateAgent, DropAgent, UpdateAgent
22
from .create_view import CreateView
33
from .create_database import CreateDatabase
4+
from .update_database import UpdateDatabase
45
from .create_predictor import CreatePredictor, CreateAnomalyDetectionModel
56
from .drop_predictor import DropPredictor
67
from .retrain_predictor import RetrainPredictor

0 commit comments

Comments
 (0)