X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d9c4c2ba3172bb39e1255479be53338d27dfa954..d9dde9439398869b39fd68c5756d89ae4f27d52c:/src/librarian/meta/types/text.py diff --git a/src/librarian/meta/types/text.py b/src/librarian/meta/types/text.py index 5241398..55e8261 100644 --- a/src/librarian/meta/types/text.py +++ b/src/librarian/meta/types/text.py @@ -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 @@ -18,7 +21,14 @@ class NameIdentifier(TextValue): class LegimiCategory(NameIdentifier): pass - + +class ThemaCategory(NameIdentifier): + pass + +class MainThemaCategory(ThemaCategory): + pass + + class Epoch(NameIdentifier): pass