Fixes package
This commit is contained in:
parent
e31c3c2e12
commit
087978d1ac
3 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
from sensors.tof_sensor import ToFSensor, Directions
|
||||
from sensors.vl53l1x_sensor import VL53L1XSensor
|
||||
from sensors.people_counter import PeopleCounter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from sensors import ToFSensor, Directions
|
||||
from sensors.tof_sensor import ToFSensor, Directions
|
||||
from datetime import datetime
|
||||
import threading
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from sensors import Directions, ToFSensor
|
||||
from sensors.tof_sensor import Directions, ToFSensor
|
||||
import VL53L1X
|
||||
|
||||
# Reference: https://github.com/pimoroni/vl53l1x-python
|
||||
|
|
Loading…
Reference in a new issue