rivet/main.py
2023-11-24 14:34:44 +01:00

6 lines
165 B
Python

from schema import InstructionSetSchema
if __name__ == "__main__":
schema = InstructionSetSchema("example1.yaml")
schema.save("example1_v2.jpg")
input()