Explorar o código

fixing python 3.7 compatibility

Rodja Trappe %!s(int64=3) %!d(string=hai) anos
pai
achega
13c3fb63b4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nicegui/elements/scene_objects.py

+ 1 - 0
nicegui/elements/scene_objects.py

@@ -1,3 +1,4 @@
+from __future__ import annotations
 from typing import Optional
 from .scene_object3d import Object3D