added Anatomy to openpype.pipeline init file

This commit is contained in:
Jakub Trllo 2022-06-29 14:40:40 +02:00
parent ffb2a8c33a
commit bcaafb479d

View file

@ -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",