/ plugins / platforms / irc / __init__.py
__init__.py
1  from .adapter import register
2  
3  __all__ = ["register"]