* 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).
This commit is contained in:
13
__init__.py
Normal file
13
__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# $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
|
||||
Reference in New Issue
Block a user