aboutsummaryrefslogtreecommitdiff
path: root/kennel/engine/components/component.py
diff options
context:
space:
mode:
Diffstat (limited to 'kennel/engine/components/component.py')
-rw-r--r--kennel/engine/components/component.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kennel/engine/components/component.py b/kennel/engine/components/component.py
index c8ef2d0..da55138 100644
--- a/kennel/engine/components/component.py
+++ b/kennel/engine/components/component.py
@@ -12,5 +12,5 @@ class Component:
self.component_type = component_type
@abstractmethod
- def dict(self) -> dict:
+ def to_dict(self) -> dict:
pass