Fix text and PDF

This commit is contained in:
Cyber MacGeddon 2024-10-23 12:44:11 +01:00
parent 305ff7ab3d
commit ba30c8a08a
5 changed files with 101 additions and 6 deletions

View file

@ -1,5 +1,6 @@
from . defs import *
from .. schema import Triple, Value
class DigitalDocument:
def __init__(

View file

@ -1,5 +1,6 @@
from . defs import ORGANIZATION, DESCRIPTION
from . defs import *
from .. schema import Triple, Value
class Organization:
def __init__(self, id, name=None, description=None):

View file

@ -1,5 +1,6 @@
from . defs import *
from .. schema import Triple, Value
class PublicationEvent:
def __init__(