diff options
Diffstat (limited to 'examples/quick3d/customgeometry/examplepoint.py')
| -rw-r--r-- | examples/quick3d/customgeometry/examplepoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick3d/customgeometry/examplepoint.py b/examples/quick3d/customgeometry/examplepoint.py index 0360806ae..6f0bfe0e1 100644 --- a/examples/quick3d/customgeometry/examplepoint.py +++ b/examples/quick3d/customgeometry/examplepoint.py @@ -1,5 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +from __future__ import annotations import random |
