🐍 init

This commit is contained in:
KaizIqbal 2020-07-28 12:24:08 +05:30
parent 46de350fd1
commit 3d9664f8de

9
build.py Normal file
View file

@ -0,0 +1,9 @@
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)