Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
refactor: remove __init__ imports, add client/models/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaoC committed Aug 16, 2024
1 parent e43680e commit c472d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions client/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Machine learning models (pose detection and face recognition)
"""
3 changes: 0 additions & 3 deletions client/models/pose_detection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
"""
Pose detection module
"""

from .camera import is_camera_aligned
from .classification import posture_classify

0 comments on commit c472d34

Please sign in to comment.