eink-display/render/app.py

4 lines
64 B
Python

from render import app
if __name__ == "__main__":
app.run()