Skip to content

Commit

Permalink
add import for vision in client main file
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Oct 1, 2019
1 parent 4c6b5b7 commit 1f1e45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hedgehog/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from .sync_client import HedgehogClient, connect
# for using POWER, BRAKE and VELOCITY
from hedgehog.protocol.messages import motor
# for using FacesChannel, BlobsChannel
from hedgehog.protocol.messages import vision


@contextmanager
Expand Down

0 comments on commit 1f1e45b

Please sign in to comment.