update ai and game_object.py
This commit is contained in:
@ -3,7 +3,7 @@ import pygame
|
||||
|
||||
|
||||
class MLPlay:
|
||||
def __init__(self):
|
||||
def __init__(self,ai_name,*args,**kwargs):
|
||||
print("Initial ml script")
|
||||
|
||||
def update(self, scene_info: dict, keyboard:list=[], *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user