Difficult-Rocket/try/c/dll_load.py

9 lines
205 B
Python
Raw Normal View History

2022-04-30 13:56:57 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie
# All rights reserved
# -------------------------------
import ctypes
ctypes.CDLL('./data_types.dll')