chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
from .camera import Camera
|
||||
from .character import CharacterInScene, CharacterInEvent, CharacterInNovel
|
||||
from .event import Event
|
||||
from .frame import Frame
|
||||
from .image_output import ImageOutput
|
||||
from .scene import Scene
|
||||
from .shot_description import ShotDescription, ShotBriefDescription
|
||||
from .video_output import VideoOutput
|
||||
|
||||
__all__ = [
|
||||
"Camera",
|
||||
"CharacterInScene",
|
||||
"CharacterInEvent",
|
||||
"CharacterInNovel",
|
||||
"Event",
|
||||
"Frame",
|
||||
"ImageOutput",
|
||||
"Scene",
|
||||
"ShotBriefDescription",
|
||||
"ShotDescription",
|
||||
"VideoOutput",
|
||||
]
|
||||
Reference in New Issue
Block a user