AI-Syntax / frontend /asd.py
Hariprasath5128's picture
πŸš€ FINAL: Definitively Clean Launch (AI-Syntax New Space)
0f95125
raw
history blame contribute delete
143 Bytes
import pkg_resources
import sys
print(sys.path)
installed_packages = [pkg.key for pkg in pkg_resources.working_set]
print(installed_packages)