Spaces:
Runtime error
Runtime error
File size: 181 Bytes
872d0d8 |
1 2 3 4 5 6 7 8 |
from facefusion import wording
def test_get() -> None:
assert wording.get('python_not_supported')
assert wording.get('help.source_paths')
assert wording.get('invalid') is None
|