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