mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33:03 +08:00
chore: 统一 __init__.py 许可头为版权声明并改用相对导入
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -9,11 +9,5 @@ See the LICENSE file for details.
|
||||
"""
|
||||
from pages.strategies.TimeSelectMaker import (
|
||||
minsToTimeStr,
|
||||
timeStrToMins
|
||||
timeStrToMins,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
"minsToTimeStr",
|
||||
"timeStrToMins",
|
||||
]
|
||||
Reference in New Issue
Block a user