6 lines
145 B
Python
6 lines
145 B
Python
# type: ignore
|
|
from __future__ import annotations
|
|
__all__ = ['get_convert_model_help_specifics']
|
|
def get_convert_model_help_specifics():
|
|
...
|