Source code for propro.__init__

__author__ = 'Joel Akeret'
__email__ = 'jakeret@phys.ethz.ch'
__version__ = '0.1.0'
__credits__ = 'ETH Zurich, Institute for Astronomy'

[docs]def format_date(date, fmt="%Y-%m-%d-%H:%M:%S"): return date.strftime(fmt)
from propro import * try: from magic import * except Exception: pass