- 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 | ||
| associations.py | ||
| availability.py | ||
| enums.py | ||
| exchange.py | ||
| invite.py | ||
| price_history.py | ||
| pricing_config.py | ||
| role_config.py | ||
| types.py | ||
| user.py | ||