1
"""Base data browser definition"""
4
def __init__(self, uri):
7
def get_directories(self, uri):
8
"""Get a list of directories at the root of the dataprovider. We
9
assume that these directories are in fact a list of instrument
13
def get_files(self, uri, extension):
14
"""Get all the files that end with specified extension at the uri"""
b'\\ No newline at end of file'