8 lines
299 B
Python
8 lines
299 B
Python
"""Plugin marketplace package.
|
|
|
|
Three service classes introduced in Step 10:
|
|
- ``PluginRegistry`` — catalog, submit/approve/reject, install counts
|
|
- ``ReviewQueue`` — approval workflow + security checklist
|
|
- ``RevenueShare`` — 70/30 split tracking and Stripe Connect payouts
|
|
"""
|