diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-09 22:34:58 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-11-09 22:34:58 +0300 |
commit | cc52668afc1d30720eb9dc42efdcf1539864179e (patch) | |
tree | 7ab15e23fc0d0790d9032e8735ef8cfb9183b748 /VisionClient/Models/VisionResponse.cs | |
parent | cd9c2734f08f45d19e92f39c5c2c0b1344652b58 (diff) |
OcrTool refactoring
Diffstat (limited to 'VisionClient/Models/VisionResponse.cs')
-rw-r--r-- | VisionClient/Models/VisionResponse.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/VisionClient/Models/VisionResponse.cs b/VisionClient/Models/VisionResponse.cs deleted file mode 100644 index 23a32fd..0000000 --- a/VisionClient/Models/VisionResponse.cs +++ /dev/null @@ -1,5 +0,0 @@ -namespace VisionClient.Models; - -public class VisionResponse -{ -}
\ No newline at end of file |