1
0
Fork 0

Reorder imports

This commit is contained in:
Alex Kotov 2020-04-18 20:36:06 +05:00
parent f5c9c2b89a
commit 62eb83a4e8
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,13 @@
#!/usr/bin/env python3
import sys
import pytun
import struct
import ipaddress
import json
import socket
import os
import socket
import struct
import sys
import pytun
MAGIC = b'\x16\xd9\x6b\x52'
IP_V4_PROTO = b'\x08\x00'