Compare commits

...

2 Commits

Author SHA1 Message Date
clerie 390744abe1 Expose app object for gunicorn 2021-05-15 14:00:49 +02:00
clerie d62971c915 Rearrange module files 2021-05-15 13:55:33 +02:00
4 changed files with 3 additions and 0 deletions

3
uptimestatus/__init__.py Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env python3
from .views import app