Example #1
0
def _dll_mot(self):
    return (Gen.mot(self))
Example #2
0
File: cga.py Project: tingelst/game
def _dll_mot(self):
    return Gen.mot(self)
Example #3
0
def _motor_log(self):
    return (Gen.log(self))
Example #4
0
File: cga.py Project: tingelst/game
def _motor_log(self):
    return Gen.log(self)