removed weird archiver and powersockets

This commit is contained in:
2022-07-07 20:59:36 +02:00
parent 513f44d620
commit 74d2e8acdd
2 changed files with 0 additions and 21 deletions
-13
View File
@@ -1,13 +0,0 @@
from data_api import get_data
class DataApi:
def __init__(self):
pass
def get_data(self):
pass
@@ -1,8 +0,0 @@
class PowerSocket:
def __init__(self, pvname, name=None):
self.alias = Alias(name)
self.name = name