LogarithmPlotter/run.py

9 lines
108 B
Python

def run():
import LogarithmPlotter
LogarithmPlotter.run()
if __name__ == "__main__":
run()