beginning to work on record endpoints;

This commit is contained in:
StevanFreeborn
2022-04-17 00:31:43 -05:00
parent 81091b9f43
commit bf42fc54a9
4 changed files with 41 additions and 15 deletions
+5 -1
View File
@@ -1 +1,5 @@
from enum import Enum
from enum import Enum
class DataFormat(Enum):
Raw = 0
Formatted = 1