6 lines
179 B
Python
6 lines
179 B
Python
|
|
"""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.
|
||
|
|
"""
|