from flaskapp import * from plots import Cijferlijst if __name__ == "__main__": cf = Cijferlijst() RunWeb()