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?
4 lines
72 B
Python
4 lines
72 B
Python
class Prova:
|
|
def __init__(self):
|
|
self.hello = "Hello world"
|