budosystems.models.style.Style¶
- class Style¶
Bases:
BasicInfo
Represents the business of practice (e.g., martial arts business) being taught at the business.
- curriculum: Curriculum | None¶
The set of requirements for progression within the style.
- add_studio(studio: Studio, reciprocate: bool = True) None ¶
Add a studio to this style.
- Parameters:
studio – The studio to add.
reciprocate – Whether to reciprocate the operation on
studio
.