- Add\Rework UI - Add Split Table and Listing - Add Support Customazeble schems
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""PyInstaller entry point: GUI by default, CLI if a .md is passed."""
|
||||
|
||||
from md2gost.__main__ import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user