Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DefenseIntelligenceAgency
/
Project_Red_Sword
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Project_Red_Sword
/
src
/
archive
/
archive_analyzer.py
googlesprojectzero
Rename src/archive/archive_analyzer.py.py to src/archive/archive_analyzer.py
0def46a
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
176 Bytes
import
os
import
sys
from
archive.archive_parser
import
parse_sources
def
analyze_sources
():
sources = parse_sources()
# Perform analysis on sources
print
(sources)