mirror of https://github.com/dirtbags/netarch.git
Import other modules into __init__
This commit is contained in:
parent
71787f6b56
commit
6c2e6d135a
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import struct
|
import struct
|
||||||
|
import gapstr, ip, crypto
|
||||||
|
|
||||||
printable = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*()[]{}`~/=-\\?+|\',."<>: _'
|
printable = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*()[]{}`~/=-\\?+|\',."<>: _'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue