diff options
| author | Alexander_Kabui | 2025-01-09 10:19:54 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2025-01-09 10:19:54 +0300 |
| commit | 5515c4de5f0398ba7d4c60d1386963d018a91aa2 (patch) | |
| tree | 7acdded0fe3fa498522297939bdec481e043e958 /gn3/api/streaming.py | |
| parent | 80dd33edf518e9b7bf349edc58b3aa976713c62c (diff) | |
| download | genenetwork3-5515c4de5f0398ba7d4c60d1386963d018a91aa2.tar.gz | |
feat: Init add module for streaming api endpoins.
Diffstat (limited to 'gn3/api/streaming.py')
| -rw-r--r-- | gn3/api/streaming.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/api/streaming.py b/gn3/api/streaming.py new file mode 100644 index 0000000..7c9254a --- /dev/null +++ b/gn3/api/streaming.py @@ -0,0 +1 @@ +""" File contains endpoint for computational streaming""" |
