feat: check environment, python version must be greater than or equal to 3.9

This commit is contained in:
weiensong
2023-11-21 09:56:38 +08:00
parent e6d23d3ac9
commit c3b0ac72b2
2 changed files with 15 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
# -*- coding: utf-8 -*-
import signal
import check_env
from argparse import ArgumentParser
from wcferry import Wcf