5 lines
91 B
Python
5 lines
91 B
Python
from . import _catboost
|
|
|
|
Tokenizer = _catboost.Tokenizer
|
|
Dictionary = _catboost.Dictionary
|