9 lines
90 B
Python
9 lines
90 B
Python
import logging
|
|
|
|
class ActionBasics:
|
|
|
|
def __init__(self,world):
|
|
self.world = world
|
|
|
|
|