forked from epics_driver_modules/motorBase
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)
|
|
|