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