LogarithmPlotter/LogarithmPlotter/__main__.py

5 lines
59 B
Python
Raw Normal View History

2021-06-21 22:27:40 +00:00
from .run import run
if __name__ == "__main__":
run()