- Create PricingConfig model with all required fields (premium settings, trade limits) - Implement PricingRepository with singleton pattern (get_current, create_or_update) - Add comprehensive tests for repository functionality - Export model and repository in __init__.py files |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| availability.py | ||
| exchange.py | ||
| invite.py | ||
| price.py | ||
| pricing.py | ||
| role.py | ||
| user.py | ||