class クラス: def __init__(self, 引数1, ...): self.属性1 = 引数1 ...
オブジェクト.属性 = 値
class クラス: クラス属性 = 値 ...
_属性名
慣習として _ をつけた属性は private として扱う※ 強制力はない