예제 #1
0
파일: __init__.py 프로젝트: patlx/betty
 def __init__(self, source: Source):
     Citation.__init__(self, source)
     self.location = _(
         "A citation is available, but has not been published in order to protect people's privacy"
     )
예제 #2
0
 def __init__(self, source: Source):
     Citation.__init__(self, source)