4 lines
74 B
Python
4 lines
74 B
Python
|
from class_registry import ClassRegistry
|
||
|
|
||
|
type_registry = ClassRegistry()
|