__init__.py 110 B

1234567
  1. """"
  2. Пакет контекста строки
  3. """
  4. from .mod_ctx_line import CtxLine
  5. __all__ = ["CtxLine"]