LogarithmPlotter/run.py

9 lines
108 B
Python
Raw Normal View History

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