__init__.py 107 B

1234567
  1. """"
  2. Пакет контекста языка
  3. """
  4. from .mod_context import Context
  5. __all__ = ["Context"]