Add main thema field. Move to calver.
[librarian.git] / src / librarian / meta / types / text.py
index 768004a..55e8261 100644 (file)
@@ -1,3 +1,6 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from .base import MetaValue
 
 
@@ -22,6 +25,9 @@ class LegimiCategory(NameIdentifier):
 class ThemaCategory(NameIdentifier):
     pass
 
+class MainThemaCategory(ThemaCategory):
+    pass
+
 
 class Epoch(NameIdentifier):
     pass