Files
wpylib/__init__.py
wirawan 6e1b0c505c * Introducing "wpylib" which is the collection of my small python utilities.
* graph_digitizer: Utility to help me digitize numbers from a graph image
  files (JPG/PNG plots).
2009-12-04 19:30:26 +00:00

14 lines
393 B
Python

# $Id: __init__.py,v 1.1 2009-12-04 19:30:26 wirawan Exp $
#
# wpylib main module
# Created: 20091204
# Wirawan Purwanto
#
# Main wpylib package. It is just a stub.
# The "wpylib" namespace contains all simple tools that I am making
# in the course of my research and hobby.
# In the future, useful modules will continue their lives as separate
# modules outside the "wpylib" jail. :-)
#
pass