6 lines
104 B
Python
6 lines
104 B
Python
|
from bot.crawlers.base.monokakido import MonokakidoCrawler
|
||
|
|
||
|
|
||
|
class Crawler(MonokakidoCrawler):
|
||
|
pass
|