Typing patch.

pull/493/head
KmolYuan 2020-01-29 11:40:41 +08:00
parent 9d573178c0
commit 6cb9ff92a4
1 changed files with 2 additions and 2 deletions

View File

@ -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: