Files

6 lines
179 B
Python
Raw Permalink Normal View History

"""Built-in plugins directory.
Each module in this package that exports a BasePlugin subclass will be
discovered automatically by the plugin registry on application startup.
"""