proposed: schemas are placed in src/schema (module)
separating schemas from main.py might be a good idea since the parser will support more fabrication methods, but since every method has its dictionary is it even possible?
This commit is contained in:
0
src/schema/__init__.py
Normal file
0
src/schema/__init__.py
Normal file
3
src/schema/pld_deposition.py
Normal file
3
src/schema/pld_deposition.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class Prova:
|
||||
def __init__(self):
|
||||
self.hello = "Hello world"
|
||||
Reference in New Issue
Block a user