Spaces:
Runtime error
Runtime error
| from .abbreviation import Abbreviation | |
| from .abbreviation_extractor import AbbreviationExtractor | |
| from .structures import AbbreviationsCollection | |
| __all__ = [ | |
| "AbbreviationExtractor", | |
| "Abbreviation", | |
| "AbbreviationsCollection", | |
| ] | |