7 lines
190 B
Python
7 lines
190 B
Python
|
from bot.mdict.exporters.base.monokakido import MonokakidoExporter
|
||
|
|
||
|
|
||
|
class Exporter(MonokakidoExporter):
|
||
|
def _get_attribution(self, entries):
|
||
|
return "© Sanseido Co., LTD. 2019"
|