Refactoring

This commit is contained in:
Changhua
2023-11-26 00:11:48 +08:00
parent 6aafbc6eec
commit af2b317cd7
19 changed files with 85 additions and 57 deletions
+3 -5
View File
@@ -2,15 +2,13 @@
# -*- coding: utf-8 -*-
import signal
from argparse import ArgumentParser
from wcferry import Wcf
from base.func_report_reminder import ReportReminder
from configuration import Config
from func_report_reminder import ReportReminder
from robot import Robot
from constants import ChatType
from robot import Robot
from wcferry import Wcf
def weather_report(robot: Robot) -> None: