This commit is contained in:
2026-01-28 17:01:19 +08:00
commit 5932629885
24 changed files with 2454 additions and 0 deletions

4
stuctor/patterns.py Normal file
View File

@@ -0,0 +1,4 @@
import re
class ParsePatterns:
step_pattern = re.compile(r"([A-Z]+_)+")