fix closures attempting to unconditionally import numpy

This commit is contained in:
Connor Olding 2023-05-07 07:52:24 -07:00
parent 4a77d42a04
commit e4a26db773

View File

@ -1,4 +1,3 @@
from .closures import *
from .colors import *
from .math import *
from .prog80 import prog
@ -10,4 +9,5 @@ try:
except ModuleNotFoundError:
pass
else:
from .closures import *
from .utils_np import *