6 lines
178 B
Python
6 lines
178 B
Python
|
|
"""Marketplace plugin — browse, search, verify, and install plugins."""
|
||
|
|
|
||
|
|
from app.plugins.builtins.marketplace.plugin import MarketplacePlugin
|
||
|
|
|
||
|
|
__all__ = ["MarketplacePlugin"]
|