mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added Anatomy to openpype.pipeline init file
This commit is contained in:
parent
ffb2a8c33a
commit
bcaafb479d
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ from .constants import (
|
|||
from .mongodb import (
|
||||
AvalonMongoDB,
|
||||
)
|
||||
from .anatomy import Anatomy
|
||||
|
||||
from .create import (
|
||||
BaseCreator,
|
||||
|
|
@ -96,6 +97,9 @@ __all__ = (
|
|||
# --- MongoDB ---
|
||||
"AvalonMongoDB",
|
||||
|
||||
# --- Anatomy ---
|
||||
"Anatomy",
|
||||
|
||||
# --- Create ---
|
||||
"BaseCreator",
|
||||
"Creator",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue