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