standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -3,7 +3,6 @@ from typing import Protocol
|
||||
|
||||
from docforge.models import Project
|
||||
|
||||
|
||||
class RendererConfig:
|
||||
"""Renderer configuration container."""
|
||||
|
||||
@@ -12,7 +11,6 @@ class RendererConfig:
|
||||
|
||||
def __init__(self, out_dir: Path, project: Project) -> None: ...
|
||||
|
||||
|
||||
class DocRenderer(Protocol):
|
||||
"""Renderer interface."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user