classes for I/O started, QtPyLoT.py cleaned

This commit is contained in:
Sebastian Wehling
2014-02-03 12:51:23 +01:00
parent 25351d3827
commit d016a80a72
3 changed files with 60 additions and 65 deletions

View File

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python
#
# Provide user the opportunity to read arbitrary organized database
# types. This means e.g. seiscomp data structure (SDS) or event based
# EGELADOS structure.
#
class GenericDataBase(object):
def __init__(self, root=None, kwargs**):
pass
class SeiscompDataStructure(GenericDataBase):
pass