update ml_play_template.py

This commit is contained in:
Kylin_on_Mac 2022-06-02 11:33:24 +08:00
parent 3c58850a4c
commit a198a46ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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):