__init__.py 166 B

123456
  1. """Package with functions dedicated to read xdphys files
  2. """
  3. # Expose classes that are usually needed:
  4. from .pyxd import XDdata, XDcal
  5. __all__ = ['XDdata', 'XDcal']