cyyeh's picture
refactor
2323639
raw
history blame
244 Bytes
from py_code_analyzer.code_analyzer import CodeAnalyzer
from py_code_analyzer.code_fetcher import get_repository_python_files
python_files = get_repository_python_files("cyyeh", "gradio")
CodeAnalyzer(python_files).analyze_imports().report()