Update modules/morphosyntax/__init__.py
Browse files
modules/morphosyntax/__init__.py
CHANGED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# modules/morphosyntax/__init__.py
|
2 |
+
from .morphosyntax_interface import display_morphosyntax_interface
|
3 |
+
from .morphosyntax_process import process_morphosyntactic_input
|
4 |
+
|
5 |
+
__all__ = ['display_morphosyntax_interface', 'process_morphosyntactic_input']
|