Refactor
Moves from_json to utils and splits the models to files in a module
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from .json import from_json
|
||||
Reference in New Issue
Block a user
Moves from_json to utils and splits the models to files in a module
@@ -0,0 +1 @@
|
||||
from .json import from_json
|
||||