Boilerplate RS code

This commit is contained in:
2021-11-27 21:13:20 -05:00
parent f67379f85d
commit 3682fc1448
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Lewis Crawler
# 2021 - 2022
# Kitsune Scientific

View File

@@ -0,0 +1,13 @@
# Lewis Crawler
# 2021 - 2022
# Kitsune Scientific
import ffmpeg
class RobotStreamer:
def __init__(self, logger):
self.log = logger
def run(self):
self.log.debug('Running RobotStreamer')