support python36

This commit is contained in:
Your Name
2026-07-08 13:00:06 +08:00
parent 5250c2960c
commit da2fd92f07
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
from typing import List, Dict, Tuple, Set, Any, Optional, Union
#!/usr/bin/env python3
"""
Palladium Z1 Monitor — LD逻辑板使用监控系统
@@ -10,7 +11,6 @@ Palladium Z1 Monitor — LD逻辑板使用监控系统
2. API 推送 — 在 Palladium 主机运行 collect.py 远程推送
"""
from __future__ import annotations # PEP 563: 兼容 Python 3.7+ (避免 PEP 585 泛型语法)
import os
import re