前后端适配

This commit is contained in:
xunbu
2025-08-01 13:05:35 +08:00
parent fe2c199ee7
commit 89b1963b97
5 changed files with 147 additions and 99 deletions

View File

@@ -36,7 +36,7 @@ class MDZIPExportable(Protocol[T_ExporterConfig]):
@runtime_checkable
class MDFormatsExportable(MDZIPExportable[T_ExporterConfig], MDExportable[T_ExporterConfig]):
class MDFormatsExportable(MDZIPExportable[T_ExporterConfig], MDExportable[T_ExporterConfig],Protocol):
...