Core: Also fix up the interface to match the concrete classes

This commit is contained in:
Mike Auty
2024-12-17 18:37:39 +00:00
parent a0b169cf6b
commit 1b8f831fda
@@ -295,6 +295,7 @@ class ModuleInterface(interfaces.configuration.ConfigurableInterface):
def has_enumeration(self, name: str) -> bool:
"""Determines whether an enumeration is present in the module's symbol table."""
@property
def symbols(self) -> List:
"""Lists the symbols contained in the symbol table for this module"""