forked from awendt/pyrelacs
		
	adding a repo module
This commit is contained in:
		
							parent
							
								
									dadd061147
								
							
						
					
					
						commit
						bb2b7979b7
					
				
							
								
								
									
										20
									
								
								pyrelacs/repos.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								pyrelacs/repos.py
									
									
									
									
									
										Normal 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
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user