pyplugins package

PyPlugins package

This package contains optional, pluggable features for Penguin. It is discovered and loaded by the main application at runtime.

Importing in PyPlugins

To import modules inside a PyPlugin, use standard package imports. For example:

from apis.events import EVENTS

Where the apis directory exists in the pyplugins directory.

For general architecture and usage information, see the repository documentation.

Subpackages