rivet/main.py

6 lines
165 B
Python
Raw Normal View History

2023-11-24 13:34:44 +00:00
from schema import InstructionSetSchema
if __name__ == "__main__":
schema = InstructionSetSchema("example1.yaml")
schema.save("example1_v2.jpg")
input()