about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2025-01-09 10:08:13 +0300
committerAlexander_Kabui2025-01-09 10:08:13 +0300
commit3ecebbc7f73bffde220735a43784bd9f50b7ca1d (patch)
tree5357c22094d4fb5dda8a52b524079eef3d7f5647
parent677d68c4b56585b29227efb9821ca674951411ca (diff)
downloadgenenetwork3-3ecebbc7f73bffde220735a43784bd9f50b7ca1d.tar.gz
feat: Init add streaming module for genenetwork3.
-rw-r--r--gn3/computations/streaming.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/computations/streaming.py b/gn3/computations/streaming.py
new file mode 100644
index 0000000..7155adb
--- /dev/null
+++ b/gn3/computations/streaming.py
@@ -0,0 +1,2 @@
+""" Module contains streaming functionality for genenetwork
+"""