mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-12 06:47:06 +08:00
4 lines
84 B
Python
4 lines
84 B
Python
import json
|
|
|
|
with open("AutoBangumi/config/rule.json") as f:
|
|
print(json.load(f)) |