mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-03 14:08:39 +01:00
refactor: cleanup and renaming according to MR comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user