1
0
Fork 0

include python-osc builders

This commit is contained in:
Kevin Matz 2018-10-22 15:49:40 -04:00
parent dc4f2af308
commit 63f554f149
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ __status__ = "Prototype"
import logging
from pythonosc import udp_client
from pythonosc import osc_message_builder
from pythonosc import osc_bundle_builder
from time import sleep
logger = logging.getLogger("CommentMacro")