Merge branch 'feature/ltgt' into feature/0611
Showing
5 changed files
with
569 additions
and
31 deletions
-
Please register or sign in to post a comment
... | ... | @@ -13,6 +13,9 @@ class OCR2Exception(Exception): |
class OCR4Exception(Exception): | ||
pass | ||
class LTGTException(Exception): | ||
pass | ||
class GCAPException(Exception): | ||
pass | ||
... | ... |