from . import controllers
class FeedforwardDutyCycle(controllers.Controller):
def one_cycle(self, time):
print("FIXME: implement this!")