Created initial general documentation

This commit is contained in:
Joel Collins 2018-11-16 15:46:19 +00:00
parent dd7a3ff2e5
commit ea10cf1ce9
16 changed files with 607 additions and 73 deletions

View file

@ -11,6 +11,9 @@ thumbnail_size = (60, 60)
class StreamObject(object):
"""
StreamObject used to store and process capture data, and metadata.
"""
def __init__(
self,
write_to_file: bool=None,