Notch

Insert profound readme...

while (awake):
    if energy_level < enough:
        new_cup_o_joe = Coffee()
        keep_working(new_cup_o_joe)
    else:
        keep_working()