INNER CODE UNIT · Python
assets
sign-language-translator/sign-language-translator · sign_language_translator/cli.py:44
def assets():
"""
Assets manager to download & display Datasets & Models.
"""
# Display the assets root directory
@assets.command()
def path():
"""
Display the assets root directory.
"""
from sign_language_translator.config.assets import Assets
click.echo(Assets.ROOT_DIR)