6 lines
108 B
Python
6 lines
108 B
Python
|
from bot.yomichan.exporters.base.jitenon import JitenonExporter
|
||
|
|
||
|
|
||
|
class Exporter(JitenonExporter):
|
||
|
pass
|