Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| import ctypes | |
| from ctypes_enum import CtypesEnum | |
| class EveLicenseResult(ctypes.Structure): | |
| _fields_ = [ | |
| ("licenseReturnCode", ctypes.c_uint), | |
| ("licenseWarnings", ctypes.c_byte * 256), | |
| ] | |