mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-02 16:31:13 -05:00
9 lines
120 B
Python
9 lines
120 B
Python
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'Lyrics',
|
|
install_requires=[
|
|
'plyrics3',
|
|
],
|
|
)
|