sedona_editor/run.py
arda.aydin@ontrol.com.tr 9c283c7eea First Commit
Sedona sax editor AI yardimi ile yaziliyor
2026-08-13 17:59:08 +03:00

8 lines
199 B
Python

"""Entry point. Run this to start the editor:
cd sedona_editor
/opt/homebrew/bin/python3.13 run.py
"""
import main # noqa: F401 (importing main builds the UI and enters the Tk main loop)