8 lines
108 B
Python
8 lines
108 B
Python
|
|
def run():
|
|
import LogarithmPlotter
|
|
LogarithmPlotter.run()
|
|
|
|
if __name__ == "__main__":
|
|
run()
|
|
|