feat: starting streamer

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-04-13 13:56:21 +02:00
commit 329ebdf9a9
7 changed files with 576 additions and 0 deletions

2
src/streamer/__init__.py Normal file
View file

@ -0,0 +1,2 @@
def hello() -> None:
print("You got some stuff to do!")