__init__.py 112 B

1234567
  1. """
  2. Базовые компоненты языка
  3. """
  4. from .pak_context import Context
  5. __all__ = ["Context"]