Return acos import into it's place.

This commit is contained in:
bʰedoh₂ swé 2024-04-05 00:05:23 +05:00
parent 6a89558273
commit 2f562e051f

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from numba import jit from numba import jit
from math import copysign, pi from math import copysign, pi, acos
from time import time from time import time
import pygame import pygame