Files
Aislo/resources/tester/scratch/check_road.py
T

8 lines
252 B
Python

import sys
from find_unclassified_grouped_tables import grouped_tables
sys.stdout.reconfigure(encoding='utf-8')
for t in grouped_tables:
if t['file'] == '제1장_도로포장공사.md':
print(f"L{t['line']}: {t['title']} | {t['groups']}")