#!/usr/bin/env python
#
# Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
# Copyright (c) 2022-2024 The Uncertainty Quantification Foundation.
# License: 3-clause BSD.  The full license text is available at:
#  - https://github.com/uqfoundation/ppft/blob/master/LICENSE
"""
(Remote) ppft servers can be created with ``ppserver`` (or with
``python -m ppft.server``), and then jobs can be distributed to remote
workers. See ``--help`` for more details on how to configure a server.
"""
