Is the code to program the hero simply a class of functions?

The question is in the title, but what I mean is something along the lines of:

class Hero:
    def __init__(self.....):
        self.attack = ?
        ...?

@Chaboi_3000 or @nick is this basically what CoCo is?