mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
9 lines
147 B
Python
9 lines
147 B
Python
from .slack_module import (
|
|
SlackIntegrationModule,
|
|
SLACK_MODULE_DIR
|
|
)
|
|
|
|
__all__ = (
|
|
"SlackIntegrationModule",
|
|
"SLACK_MODULE_DIR"
|
|
)
|