update ml_play_template.py
This commit is contained in:
parent
3c58850a4c
commit
a198a46ca3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue