mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove ctypes
This commit is contained in:
@@ -14,12 +14,6 @@ if WINDOWS:
|
|||||||
else:
|
else:
|
||||||
time = monotonic
|
time = monotonic
|
||||||
|
|
||||||
|
|
||||||
import ctypes
|
|
||||||
|
|
||||||
winmm = ctypes.WinDLL("winmm")
|
|
||||||
|
|
||||||
|
|
||||||
if WINDOWS:
|
if WINDOWS:
|
||||||
|
|
||||||
if sys.version_info >= (3, 11, 0):
|
if sys.version_info >= (3, 11, 0):
|
||||||
|
|||||||
Reference in New Issue
Block a user