mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
10 lines
120 B
Python
10 lines
120 B
Python
#!/usr/bin/env python
|
|
|
|
import os
|
|
import pprint
|
|
|
|
pprint.pprint(dict(os.environ), width = 1)
|
|
|
|
#!print("{}", breakmehere)
|
|
|