mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
10 lines
131 B
Python
10 lines
131 B
Python
from .addon import (
|
|
CELACTION_ROOT_DIR,
|
|
CelactionAddon,
|
|
)
|
|
|
|
|
|
__all__ = (
|
|
"CELACTION_ROOT_DIR",
|
|
"CelactionAddon",
|
|
)
|