Reorder imports

This commit is contained in:
Grant Sanderson 2022-03-22 11:31:52 -07:00
parent a9349057ad
commit b7a3201fb3

View file

@ -1,7 +1,8 @@
from __future__ import annotations
import moderngl
from colour import Color
import OpenGL.GL as gl
from __future__ import annotations
import itertools as it