├── README.md ├── files ├── __init__.py ├── manifest.json └── sensor.py ├── gallery.html └── screenshot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarheelGrad1998/GalleryPanel/HEAD/README.md -------------------------------------------------------------------------------- /files/__init__.py: -------------------------------------------------------------------------------- 1 | """Files in a Folder.""" 2 | -------------------------------------------------------------------------------- /files/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarheelGrad1998/GalleryPanel/HEAD/files/manifest.json -------------------------------------------------------------------------------- /files/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarheelGrad1998/GalleryPanel/HEAD/files/sensor.py -------------------------------------------------------------------------------- /gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarheelGrad1998/GalleryPanel/HEAD/gallery.html -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TarheelGrad1998/GalleryPanel/HEAD/screenshot.png --------------------------------------------------------------------------------