-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyscript.json
More file actions
24 lines (24 loc) · 2.31 KB
/
Copy pathpyscript.json
File metadata and controls
24 lines (24 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"files": {
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/events.py": "./events.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/keys.py": "./keys.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/boarddev.py": "./boarddev.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/displaydev/__init__.py": "./displaydev/__init__.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/displaydev/_domkeys.py": "./displaydev/_domkeys.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/displaydev/_desktop.py": "./displaydev/_desktop.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/displaydev/psdisplay.py": "./displaydev/psdisplay.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/board_configs/psdisplay/board_config.py": "./board_config.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/board_configs/psdisplay/board_peripherals.py": "./board_peripherals.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/appdev/__init__.py": "./appdev/__init__.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/appdev/app.py": "./appdev/app.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/appdev/devices.py": "./appdev/devices.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/appdev/_hostloop.py": "./appdev/_hostloop.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/__init__.py": "./multimer/__init__.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/_core.py": "./multimer/_core.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/_async_timer.py": "./multimer/_async_timer.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/_asyncio_loader.py": "./multimer/_asyncio_loader.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/_schedule.py": "./multimer/_schedule.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/_ticks.py": "./multimer/_ticks.py",
"https://raw.githubusercontent.com/PyDevices/pydevices/v0.3.7/lib/multimer/auto.py": "./multimer/auto.py"
}
}