mmpose/projects/pose_anything/models/detectors/__init__.py

4 lines
68 B
Python

from .pam import PoseAnythingModel
__all__ = ['PoseAnythingModel']