Files
YG-Rules/app/utils/note_scope.py

8 lines
149 B
Python
Raw Normal View History

2026-06-10 19:15:24 +08:00
"""备注范围处理。"""
from __future__ import annotations
def normalize_note_scope(note: str | None) -> str:
return (note or "").strip()