Skip to content
Snippets Groups Projects
Commit 02904d03 authored by dos's avatar dos Committed by ave
Browse files

py,st3m: BaseView: Add vm to slots

parent 71a5aa4d
No related branches found
No related tags found
No related merge requests found
Pipeline #8004 skipped
......@@ -43,7 +43,7 @@ class BaseView(View):
Remember to call super().__init__() in __init__() and super().think() in think()!
"""
__slots__ = ("input",)
__slots__ = ("input", "vm")
def __init__(self) -> None:
self.input = InputController()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment