File
Local panel · 127.0.0.1:8858
File:
/home/webhost/domains/cvt8858.aurorum.co/public/paneld.py
#!/usr/bin/env python3 """CVT8858 daemon placeholder. Batch 2 is CLI-first. Batch 3 will use this entry for plugin process lifecycle and JSON Lines RPC. Keeping the file now makes service installation stable. """ from __future__ import annotations from core.config import CORE_VERSION, PROJECT_NAME def main() -> int: print(f"{PROJECT_NAME} daemon placeholder ({CORE_VERSION}). Plugin runtime arrives in Batch 3.") return 0 if __name__ == "__main__": raise SystemExit(main())
Save
Back
Encoding: utf-8, size: 495, truncated: False