remove ctypes

This commit is contained in:
Will McGugan
2022-12-30 14:45:28 +00:00
parent 24d92d18c7
commit e764e6757f

View File

@@ -14,12 +14,6 @@ if WINDOWS:
else:
time = monotonic
import ctypes
winmm = ctypes.WinDLL("winmm")
if WINDOWS:
if sys.version_info >= (3, 11, 0):