From 5515c4de5f0398ba7d4c60d1386963d018a91aa2 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 9 Jan 2025 10:19:54 +0300 Subject: feat: Init add module for streaming api endpoins. --- gn3/api/streaming.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 gn3/api/streaming.py (limited to 'gn3/api/streaming.py') 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""" -- cgit 1.4.1