__init__.py
1 """Shared utility functions.""" 2 3 from .mime_helpers import is_text_based_mime_type 4 5 __all__ = [ 6 "is_text_based_mime_type", 7 ]
1 """Shared utility functions.""" 2 3 from .mime_helpers import is_text_based_mime_type 4 5 __all__ = [ 6 "is_text_based_mime_type", 7 ]