Files
leocrm/app/plugins/builtins/__init__.py
T

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