Spaces:
Sleeping
Sleeping
| # modules/semantic/__init_.py | |
| from .semantic_interface import ( | |
| display_semantic_interface, | |
| display_semantic_results | |
| ) | |
| from .semantic_process import ( | |
| process_semantic_input, | |
| format_semantic_results | |
| ) | |
| __all__ = [ | |
| 'display_semantic_interface', | |
| 'display_semantic_results', | |
| 'process_semantic_input', | |
| 'format_semantic_results' | |
| ] |