initial commit

This commit is contained in:
2023-11-24 14:34:44 +01:00
commit ab12333184
12 changed files with 598 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
from schema import InstructionSetSchema
if __name__ == "__main__":
schema = InstructionSetSchema("example1.yaml")
schema.save("example1_v2.jpg")
input()