Files
eXParser-PLD/src/schema/pld_deposition.py
PioApocalypse bb1ea8f1c3 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?
2026-05-08 11:20:10 +02:00

4 lines
72 B
Python

class Prova:
def __init__(self):
self.hello = "Hello world"