File size: 244 Bytes
29435dc
 
 
 
 
1
2
3
4
5
# modules/morphosyntax/__init__.py
from .morphosyntax_interface import display_morphosyntax_interface
from .morphosyntax_process import process_morphosyntactic_input

__all__ = ['display_morphosyntax_interface', 'process_morphosyntactic_input']