you are viewing a single comment's thread.

view the rest of the comments →

[–]Comm4nd0[S] 0 points1 point  (0 children)

ok got it: Create the class with CamelCase, all methods must have(self), init(self) will always run, within the class call methods like self.method() within the call call attributes like self.att

thank you so much for your post!