From a198a46ca31c0f82fbc936cfb2ab8ad95a7ae13f Mon Sep 17 00:00:00 2001
From: Kylin_on_Mac <kylingithubdev@gmail.com>
Date: Thu, 2 Jun 2022 11:33:24 +0800
Subject: [PATCH] update ml_play_template.py

---
 ml/ml_play_template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ml/ml_play_template.py b/ml/ml_play_template.py
index 02efb26..20db09d 100644
--- a/ml/ml_play_template.py
+++ b/ml/ml_play_template.py
@@ -1,6 +1,6 @@
 import random
 class MLPlay:
-    def __init__(self):
+    def __init__(self,*args, **kwargs):
         print("Initial ml script")
 
     def update(self, scene_info: dict, *args, **kwargs):