mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-20 01:00:37 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
import os
|
|
os.environ["GDK_SCALE"] = "2"
|
|
|
|
from yafi import main
|
|
main()
|