core: add helper to 'freeze' dataclasses, in order to derive a schema from the properties
This commit is contained in:
parent
86497f9b13
commit
ca4d58e4e7
5 changed files with 81 additions and 5 deletions
|
@ -16,3 +16,4 @@ from my.core.core_config import *
|
|||
from my.core.error import *
|
||||
from my.core.util import *
|
||||
from my.core.discovery_pure import *
|
||||
from my.core.types import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue