Re-adding pypi package subdir. Added separate module targets in setup.py
This commit is contained in:
10
packages/pypi/test.py
Normal file
10
packages/pypi/test.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import libzt
|
||||
import time
|
||||
|
||||
print('joining virtual network...')
|
||||
libzt.zts_startjoin('whatev_config', 0x1234567890ABCDEF)
|
||||
print('fd = ' + str(libzt.zts_socket(1,2,3)))
|
||||
|
||||
print('looping forever, ping me')
|
||||
while True:
|
||||
time.sleep(1)
|
||||
Reference in New Issue
Block a user