2
0
forked from awendt/pyrelacs
minipyrelacs/pyrelacs/repos.py

21 lines
315 B
Python

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