Files
motorDSM/.ci-local/github-actions/sanity-check.py
2022-04-28 13:48:49 -05:00

10 lines
120 B
Python

#!/usr/bin/env python
import os
import pprint
pprint.pprint(dict(os.environ), width = 1)
#!print("{}", breakmehere)