pylot/pylot/core/stream.py

17 lines
196 B
Python
Executable File

# -*- coding: utf-8 -*-
"""
Created on Fri Nov 8 15:13:13 2013
@author: sebastianw
"""
from obspy.core import Stream as Obspystream
class Stream(Obspystream):
pass
def read():
pass