update ml_play_template.py
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user