Module src.main.python.actuator
Expand source code
class Actuator:
"""Actuator, changes the environment"""
def __str__(self):
"""prints the object"""
return "Actuator"
Classes
class Actuator-
Actuator, changes the environment
Expand source code
class Actuator: """Actuator, changes the environment""" def __str__(self): """prints the object""" return "Actuator"