init commit

This commit is contained in:
zyhe
2026-03-16 11:44:10 +00:00
commit 94384a93c9
552 changed files with 363038 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from nimbus.components.data.iterator import Iterator
dedumper_dict = {}
def register(type_name: str, cls: Iterator):
dedumper_dict[type_name] = cls