9 lines
205 B
Python
9 lines
205 B
Python
|
# -------------------------------
|
||
|
# Difficult Rocket
|
||
|
# Copyright © 2021-2022 by shenjackyuanjie
|
||
|
# All rights reserved
|
||
|
# -------------------------------
|
||
|
|
||
|
import ctypes
|
||
|
|
||
|
ctypes.CDLL('./data_types.dll')
|