Add main thema field. Move to calver.
[librarian.git] / src / librarian / meta / types / text.py
index 8010ec1..55e8261 100644 (file)
@@ -25,6 +25,9 @@ class LegimiCategory(NameIdentifier):
 class ThemaCategory(NameIdentifier):
     pass
 
+class MainThemaCategory(ThemaCategory):
+    pass
+
 
 class Epoch(NameIdentifier):
     pass