10 lines
119 B
Python

from supybot.setup import plugin_setup
plugin_setup(
'RhymeZone',
install_requires=[
'bs4',
],
)