Initial release: aircontext

This commit is contained in:
admin
2026-05-18 11:45:08 +08:00
commit 5914cfb9cd
32 changed files with 1981 additions and 0 deletions

4
bin/aircontext.cmd Normal file
View File

@@ -0,0 +1,4 @@
@echo off
REM Windows launcher for the AirContext wrapper.
REM Forwards all args to the Python script next to this file.
python "%~dp0aircontext" %*