2017-10-03 @dataclassでクラス変数を定義する IT 以下のようにtyping.ClassVarでラップすればいい。 @dataclass class TestClass: var1: ClassVar[str] = "class" 参考: qiita.com