mirror of
https://github.com/NikolaiT/se-scraper.git
synced 2024-11-07 08:13:59 +01:00
6 lines
113 B
Python
Executable File
6 lines
113 B
Python
Executable File
import pprint
|
|
import sys
|
|
import json
|
|
|
|
if len(sys.argv) == 2:
|
|
print(pprint.pformat(json.load(open(sys.argv[1])))) |