4 lines
38 B
Python
4 lines
38 B
Python
import os
|
|
|
|
print(os.getenv('SECRET'))
|
import os
|
|
|
|
print(os.getenv('SECRET'))
|