2
0
forked from awendt/pyrelacs

adding a repo module

This commit is contained in:
wendtalexander 2024-09-17 11:18:51 +02:00
parent dadd061147
commit bb2b7979b7

20
pyrelacs/repos.py Normal file
View File

@ -0,0 +1,20 @@
import uldaq
from IPython import embed
from pyrelacs.util.logging import config_logging
log = config_logging()
class Repos:
def __init__(self) -> None:
pass
def run_repo(self) -> None:
pass
def stop_repo(self) -> None:
pass
def reload_repo(self) -> None:
pass