human/render/__init__.py

5 lines
102 B
Python
Raw Normal View History

2024-10-12 11:57:24 +00:00
#encoding = utf8
2024-10-21 11:55:04 +00:00
from .audio_render import AudioRenderImpl
from .video_render import VideoRenderImpl