#!/usr/bin/python3 from flipflop import WSGIServer import sys sys.path.append('/home/edward/src/2021/agenda') from web_view import app if __name__ == '__main__': WSGIServer(app).run()