''' The Clients subpackage exists for one purpose - providing implementations of the MACI Client IDL interface for Python. Most developers will only care about looking at the SimpleClient module as it contains the documentation for PySimpleClient, but the BaseClient module can be quite interesting also. The final thing to note is developers should also look over the documentation for the ContainerServices module in the Servants subpackage as PySimpleClient is derived from an extremely useful class there. ''' __revision__ = "$Id: __init__.py,v 1.4 2005/02/23 00:04:55 dfugate Exp $"