Skip to content

Instantly share code, notes, and snippets.

View n5ken's full-sized avatar
🎯
Focusing

Ken n5ken

🎯
Focusing
View GitHub Profile
#!python3
#pylint: disable=R, W0401, W0614, W0703
from ctypes import *
import math
import random
import os
import configparser
class BOX(Structure):