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