mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 23:43:02 +08:00
chore: 统一 __init__.py 许可头为版权声明并改用相对导入
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ This software is provided "as is", without any warranty of any kind.
|
||||
You may use, modify, and distribute this file under the terms of the MIT License.
|
||||
See the LICENSE file for details.
|
||||
"""
|
||||
from pages.strategies.TimeSelectMaker import (
|
||||
from .TimeSelectMaker import (
|
||||
TimeSelectMaker,
|
||||
TimeDecisionMaker,
|
||||
TimeOptionReader,
|
||||
@@ -17,14 +17,3 @@ from pages.strategies.TimeSelectMaker import (
|
||||
TimeSelectionResult,
|
||||
TimeRangeResult,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"TimeSelectMaker",
|
||||
"TimeDecisionMaker",
|
||||
"TimeOptionReader",
|
||||
"ReserveTimeReader",
|
||||
"RenewTimeReader",
|
||||
"TimeOption",
|
||||
"TimeSelectionResult",
|
||||
"TimeRangeResult",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user