mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 11:19:55 +00:00
8 lines
214 B
Python
8 lines
214 B
Python
import os
|
|
import sys
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
|
|
|
|
from scripts.physton_prompt.get_lang import get_lang
|
|
|
|
print(get_lang('is_required', {'0': '11'}))
|
|
print(get_lang('is_required1')) |