Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp authored Mar 29, 2024
1 parent 1d1124f commit b486ddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helics_apps-pip/helics_apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ def helics_player():
def helics_recorder():
raise SystemExit(_program('helics_recorder', sys.argv[1:]))

def helics_connector():
raise SystemExit(_program('helics_connector', sys.argv[1:]))


0 comments on commit b486ddf

Please sign in to comment.