5 lines
80 B
Python
5 lines
80 B
Python
from plotter_dialog.__main__ import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|