Initial revision
[pli.git] / pli / aspect / __init__.py
blob1dd5bde4d628375375d2087dd45e640d515c07f9
1 #=======================================================================
2 '''
3 this packege contains the basic aspect library.
4 '''
6 #-----------------------------------------------------------------------
8 __version__ = '''0.1.00'''
9 __sub_version__ = '''20040212153645'''
10 __copyright__ = '''(c) Alex A. Naanou 2003'''
14 #-----------------------------------------------------------------------
16 from aspect import *
19 #=======================================================================
20 # vim:set ts=4 sw=4 nowrap :