mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
10 lines
111 B
Python
10 lines
111 B
Python
from .addon import (
|
|
MayaAddon,
|
|
MAYA_ROOT_DIR,
|
|
)
|
|
|
|
|
|
__all__ = (
|
|
"MayaAddon",
|
|
"MAYA_ROOT_DIR",
|
|
)
|