File size: 244 Bytes
a908fc5
 
 
 
 
2323639
1
2
3
4
5
6
7
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()