refactor: cleanup and renaming according to MR comments

This commit is contained in:
2024-02-13 11:01:41 +01:00
parent 87ff92796f
commit 8cc7e408a5
5 changed files with 9 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
class BECDeviceBase:
"""Base class for BEC devices with minimal functionality."""
"""Base class for BEC devices with zero functionality."""
def __init__(self, name: str, *args, **kwargs):
self.name = name