* graph_digitizer: Utility to help me digitize numbers from a graph image files (JPG/PNG plots).
14 lines
393 B
Python
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
|