You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
393 B
13 lines
393 B
# $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
|
|
|