1 """
2 Basic files needed by all Topographica programs.
3
4 This package should be self-contained, i.e., should not refer to any
5 other part of Topographica. For instance, no file may include an
6 import statement like 'from topo.package.module import' or 'import
7 topo.package.module'. This policy ensures that all of the packages
8 outside of this one are optional.
9
10 $Id: __init__.py 10672 2009-10-28 01:00:50Z ceball $
11 """
12 __version__='$Revision: 10672 $'
13
14 __all__ = ['arrayutil','boundingregion','cf','functionfamily','patterngenerator','projection','sheet','sheetcoords','sheetview','simulation']
15