initial commit

This commit is contained in:
2019-12-28 16:26:19 +08:00
commit 9b54936e28
19 changed files with 876 additions and 0 deletions

4
server.py Normal file
View File

@@ -0,0 +1,4 @@
from imshow.server import ImageServer
if __name__ == '__main__':
ImageServer('0.0.0.0', 12345).show()