mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-16 08:04:49 -04:00
🐍 init
This commit is contained in:
parent
46de350fd1
commit
3d9664f8de
1 changed files with 9 additions and 0 deletions
9
build.py
Normal file
9
build.py
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue