6 lines
96 B
Python
6 lines
96 B
Python
|
|
"""Slack adapter for ajarbot."""
|
||
|
|
|
||
|
|
from .adapter import SlackAdapter
|
||
|
|
|
||
|
|
__all__ = ["SlackAdapter"]
|