diff --git a/python/c_image.py b/python/c_image.py
new file mode 100644
index 0000000000000000000000000000000000000000..41608133e93d3b7ce623ac49a1b7c631e1014dd3
--- /dev/null
+++ b/python/c_image.py
@@ -0,0 +1,11 @@
+from blc_array import BlcArray
+from blc_network import BlcArrayTCP4Client
+
+
+
+
+
+array = BlcArray()
+client = BlcArrayTCP4Client(array, "localhost", "31440")
+
+print(client)
\ No newline at end of file