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

View File

@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
import time
import schedule
from typing import Any, Callable
import schedule
class Job(object):
def __init__(self) -> None: