pipreqs/pipreqs/__main__.py
2025-04-10 20:43:49 -03:00

5 lines
75 B
Python

from pipreqs import pipreqs
if __name__ == "__main__":
pipreqs.main()