flandre/gui.py

7 lines
157 B
Python
Raw Normal View History

2025-04-12 01:29:38 +08:00
from pathlib import Path
2025-04-12 01:29:38 +08:00
from flandre.launcher import launch_from_file
if __name__ == '__main__':
2025-04-12 01:29:38 +08:00
launch_from_file(Path(__file__).parent / 'gui.toml')