add script that runs gunicorn production server

This commit is contained in:
Joeri Exelmans 2025-11-06 10:30:20 +01:00
parent 8359d6e521
commit 95b14ee41b
4 changed files with 68 additions and 1 deletions

View file

@ -10,7 +10,6 @@ from lenses import bind
def alw(phi, *, lo=0, hi=float('inf')):
print(type(phi))
return G(Interval(lo, hi), phi)