add script that runs gunicorn production server
This commit is contained in:
parent
8359d6e521
commit
95b14ee41b
4 changed files with 68 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue