5 lines
234 B
Python
5 lines
234 B
Python
|
|
# bring model classes directly into package namespace, to save some typing
|
|
from .summarizer import summarize, summarize_corpus # noqa:F401
|
|
from .keywords import keywords # noqa:F401
|
|
from .mz_entropy import mz_keywords # noqa:F401
|