mirror of
https://github.com/facefusion/facefusion.git
synced 2026-04-26 03:16:12 +02:00
32cbf0ca5b
* Update help message for arguments, Notation based wording approach * Fix installer
8 lines
175 B
Python
8 lines
175 B
Python
from facefusion import wording
|
|
|
|
|
|
def test_get() -> None:
|
|
assert wording.get('python_not_supported')
|
|
assert wording.get('help.source')
|
|
assert wording.get('invalid') is None
|