Difficult-Rocket/try/c/dll_load.py
2022-04-30 13:56:57 +08:00

9 lines
205 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie
# All rights reserved
# -------------------------------
import ctypes
ctypes.CDLL('./data_types.dll')