Skip to content

Instantly share code, notes, and snippets.

View tddschn's full-sized avatar
🌴
On vacation

Teddy Xinyuan Chen tddschn

🌴
On vacation
View GitHub Profile
#!/usr/bin/env python3
"""
Author: Teddy Xinyuan Chen
Date: 2020-08-17
"""
from functools import cache
from pathlib import Path
from subprocess import run
import re