这pytest也太奇怪了吧

This commit is contained in:
2025-08-20 19:30:37 +08:00
parent f50e27d03b
commit 8065ffc06a
5 changed files with 25 additions and 25 deletions

View File

@@ -2,10 +2,11 @@
Module for reading course schedule information from HTML file
"""
from dataclasses import dataclass
from typing import List
import os
import re
from dataclasses import dataclass
from typing import List
from bs4 import BeautifulSoup