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