Skip to content

Commit

Permalink
Adding spot_sound example
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Apr 11, 2024
1 parent a6145b0 commit f64a2d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/spot_sound.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import sys

import ptsl
from ptsl import open_engine, CommandError
# from ptsl.PTSL_pb2 import PT_NoOpenedSession
# import ptsl.PTSL_pb2 as pt

with open_engine(application_name=sys.argv[0],
company_name=ptsl.__name__) as engine:

pass




0 comments on commit f64a2d1

Please sign in to comment.