Client ====== .. automodule:: DIRAC.Core.Base.Client :members: :inherited-members: :undoc-members: :show-inheritance: :special-members: __init__ Initialization ============== Before clients can be used DIRAC's internal state must be configured. For ``dirac-`` commands this is handled by :py:class:`DIRAC.Core.Base.Script.Script`. For all other purposes ``DIRAC.initialize`` should be used: .. autofunction:: DIRAC.initialize