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