Files
md_to_gost/scripts/md2gost_exe.py
T
Igor20264 b38661f588
Python application / build (push) Has been cancelled
Update 0.4.0
- Add\Rework UI
- Add Split Table and Listing
- Add Support Customazeble schems
2026-09-04 22:28:39 +03:00

7 lines
145 B
Python

"""PyInstaller entry point: GUI by default, CLI if a .md is passed."""
from md2gost.__main__ import main
if __name__ == "__main__":
main()