mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-28 22:41:08 -05:00
9 lines
115 B
Python
9 lines
115 B
Python
from supybot.setup import plugin_setup
|
|
|
|
plugin_setup(
|
|
'Geo',
|
|
install_requires=[
|
|
'geoip2',
|
|
],
|
|
)
|