chore: prep 0.1.2 release, tidy repo
This commit is contained in:
11
pikit_api/__init__.py
Normal file
11
pikit_api/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Pi-Kit API package
|
||||
|
||||
This package splits the monolithic `pikit-api.py` script into small, testable
|
||||
modules while keeping the on-device entry point compatible.
|
||||
"""
|
||||
|
||||
# Re-export commonly used helpers for convenience
|
||||
from .constants import HOST, PORT # noqa: F401
|
||||
from .server import run_server # noqa: F401
|
||||
from .releases import apply_update, check_for_update, rollback_update # noqa: F401
|
||||
Reference in New Issue
Block a user