removed weird archiver and powersockets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user