apple_cursor/build.py
KaizIqbal 3d9664f8de 🐍 init
2020-07-28 12:24:08 +05:30

9 lines
231 B
Python

import json
import os
from clickgen import build_cursor_theme
sizes = [24, 28]
with open('./hotspots.json') as hotspot_file:
file_data = json.loads(hotspot_file.read())
hotspots = file_data["hotspots"]
print(hotspots)