(alias: str, target: str)
| 773 | portrait = "VIDEO_ASPECT_RATIO_PORTRAIT" |
| 774 | |
| 775 | def add_alias(alias: str, target: str): |
| 776 | MODEL_CONFIG[alias] = dict(MODEL_CONFIG[target]) |
| 777 | |
| 778 | def add_default_duration_aliases( |
| 779 | base_alias: str, |
no outgoing calls
no test coverage detected