Dusted off - made to work to some extent

This commit is contained in:
2026-02-18 03:34:17 +01:00
parent 4ce505ffea
commit 9c0cf9e5fb
8 changed files with 55 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
import os
import re
from dataclasses import Metadata
from local_dataclasses import Metadata
types = {'p': 'Plain', 's': 'Simplex', 'd': 'Duplex', 'cs': 'Complex_Small', 'c': 'Complex', 't': 'Triplex'}
names = {'roman': 'Roman', 'greek': 'Greek', 'italic': 'Italic', 'script': 'Script', 'cyril': 'Cyrillic',