Files
wpylib/iofmt/__init__.py
wirawan 21e85704aa * Initial version of Fortran binary file reader.
Later a writing facility can be added as well.
* Note that this module is intended only for reading/writing
  Fortran-generated files.
  It is not recommended for any other purpose because of its terrible feature:
  no metadata, no description whatsoever.
2010-02-08 21:49:54 +00:00

12 lines
191 B
Python

# $Id: __init__.py,v 1.1 2010-02-08 21:49:54 wirawan Exp $
#
# wpylib.iofmt module
# Created: 20100208
# Wirawan Purwanto
#
# I/O format-related stuff.
"""I/O format-related stuff."""
pass