2023-11-05 15:06:16 +03:00

5 lines
80 B
Python

from plotter_dialog.__main__ import main
if __name__ == "__main__":
main()