started work on macro support

This commit is contained in:
Raymond Kuiper
2025-02-12 17:43:57 +01:00
parent 4264dc9b31
commit cebefd681e
3 changed files with 81 additions and 4 deletions

View File

@@ -31,3 +31,6 @@ class HostgroupError(SyncError):
class TemplateError(SyncError):
""" Class TemplateError """
class UsermacroError(SyncError):
""" Class UsermacroError """