setup.py #1

Merged
pratyush merged 1 commits from devel into master 2021-07-16 18:15:45 +02:00

5
setup.py Normal file
View File

@ -0,0 +1,5 @@
from supybot.setup import plugin_setup
plugin_setup(
"EgoServ",
)