b38661f588
Python application / build (push) Has been cancelled
- Add\Rework UI - Add Split Table and Listing - Add Support Customazeble schems
7 lines
145 B
Python
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()
|