Skip to content

Commit

Permalink
Add main script for ASF IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Jun 15, 2022
1 parent c08e1b1 commit cea1aa2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions run_ASF_IPC.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from src.demo_utils import play_demos


def main():
app_ids = [1884590, 1905170] # "Tinykin Demo" and "Hell Pie Demo"
play_demos(app_ids)

return


if __name__ == "__main__":
main()

0 comments on commit cea1aa2

Please sign in to comment.