Typing patch.
parent
9d573178c0
commit
6cb9ff92a4
|
@ -45,8 +45,8 @@ class Params:
|
||||||
|
|
||||||
class Entity:
|
class Entity:
|
||||||
|
|
||||||
FREE_IN_3D: ClassVar[Entity]
|
FREE_IN_3D: ClassVar[Entity] = ...
|
||||||
NONE: ClassVar[Entity]
|
NONE: ClassVar[Entity] = ...
|
||||||
params: Params
|
params: Params
|
||||||
|
|
||||||
def is_3d(self) -> bool:
|
def is_3d(self) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue