RemiFabre commited on
Commit
e993db5
Β·
1 Parent(s): 431d0b3

Use absolute package imports in main

Browse files
Files changed (1) hide show
  1. Theremini/main.py +2 -2
Theremini/main.py CHANGED
@@ -12,8 +12,8 @@ from reachy_mini.utils import create_head_pose
12
  from scamp import Session
13
  from scipy.spatial.transform import Rotation as R
14
 
15
- from .config import get_active_instruments
16
- from .dashboard import DASHBOARD_PORT, DashboardServer, set_status
17
 
18
  # ────────────────── mapping constants ───────────────────────────────
19
  ROLL_DEG_RANGE = (-60, 60) # head roll span
 
12
  from scamp import Session
13
  from scipy.spatial.transform import Rotation as R
14
 
15
+ from Theremini.config import get_active_instruments
16
+ from Theremini.dashboard import DASHBOARD_PORT, DashboardServer, set_status
17
 
18
  # ────────────────── mapping constants ───────────────────────────────
19
  ROLL_DEG_RANGE = (-60, 60) # head roll span