init commit
This commit is contained in:
7
nimbus/components/dedump/__init__.py
Normal file
7
nimbus/components/dedump/__init__.py
Normal 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
|
||||
Reference in New Issue
Block a user