diff options
Diffstat (limited to 'VisionClient/Models/VisionResponse.cs')
-rw-r--r-- | VisionClient/Models/VisionResponse.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/VisionClient/Models/VisionResponse.cs b/VisionClient/Models/VisionResponse.cs new file mode 100644 index 0000000..23a32fd --- /dev/null +++ b/VisionClient/Models/VisionResponse.cs @@ -0,0 +1,5 @@ +namespace VisionClient.Models; + +public class VisionResponse +{ +}
\ No newline at end of file |