mirror of
https://github.com/wassname/sloth.git
synced 2026-08-14 12:50:50 +08:00
- move annotation model and containers to package annotations
- implement AnnotationContainerFactory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Label tool exception classes.
|
||||
"""
|
||||
|
||||
class ImproperlyConfigured(Exception):
|
||||
"""There is an error in the configuration."""
|
||||
pass
|
||||
Reference in New Issue
Block a user