6 lines
92 B
Python
6 lines
92 B
Python
"""Parsers package."""
|
|
|
|
from i18n_guardian.parsers.base import Parser
|
|
|
|
__all__ = ["Parser"]
|