This commit is contained in:
2025-09-27 22:09:23 +03:00
commit 914c0295ac
2468 changed files with 204262 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class ResolveException(Exception):
'''
Gets thrown when a type doesn't resolve in the XML.
'''
pass