Create health_blog_module.py
Browse files- health_blog_module.py +2 -0
health_blog_module.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
exec(os.environ.get('HEALTH'))
|