mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-11 20:56:35 +02:00
Update help message for arguments, Notation based wording approach (#347)
* Update help message for arguments, Notation based wording approach * Fix installer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user