core/export.py [27:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class Ctx(Pipe.Context):
    base_dir: Annotated[
        str,
        Pipe.State("runtime.base-dir"),
    ] = str(Path.cwd())
    file_name: Annotated[
        str,
        Pipe.Config("file"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/import.py [27:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class Ctx(Pipe.Context):
    base_dir: Annotated[
        str,
        Pipe.State("runtime.base-dir"),
    ] = str(Path.cwd())
    file_name: Annotated[
        str,
        Pipe.Config("file"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



