diff --git a/run_ASF_IPC.py b/run_ASF_IPC.py new file mode 100644 index 0000000..194508c --- /dev/null +++ b/run_ASF_IPC.py @@ -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()