Initial commit

This commit is contained in:
MassiveBox 2025-11-01 00:16:33 +01:00
commit 735e5de328
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
25 changed files with 894 additions and 0 deletions

7
__init__.py Normal file
View file

@ -0,0 +1,7 @@
"""
Gicisky - A Python library for interacting with Gicisky electronic ink display tags.
"""
__version__ = "0.1.0"
__author__ = "Your Name"
__email__ = "your.email@example.com"