mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 06:51:12 -05:00
9 lines
117 B
Python
9 lines
117 B
Python
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'NBA',
|
|
install_requires=[
|
|
'pendulum',
|
|
],
|
|
)
|