Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper

This commit is contained in:
Joseph Henry
2021-05-28 16:15:38 -07:00
parent 96684860fe
commit cd3265f8ae
6 changed files with 535 additions and 87 deletions

View File

@@ -1,4 +1,5 @@
from .libzt import *
from .sockets import *
from .node import *
from .select import *
from .version import __version__