jitenbot/bot/yomichan/exporters/daijirin2.py

7 lines
193 B
Python
Raw Permalink Normal View History

from bot.yomichan.exporters.base.monokakido import MonokakidoExporter
class Exporter(MonokakidoExporter):
def _get_attribution(self, entries):
return "© Sanseido Co., LTD. 2019"