peng3dnet - Peng3dnet Main Package

This package represents the root package of the peng3dnet networking library.

Most classes defined in submodules are also available at the package level, e.g. peng3dnet.net.Server() will also be available as peng3dnet.Server().

*-importing submodules and packages should generally be safe, as all modules use the __all__ variable to explicitly define their exported classes.