1 2 3 4 5
class MyType(a: Str) class MyType2(b: Str) class MyClass1: MyType("asdf"), MyType2("qwerty") def other: Int