Files
website/venv/lib/python3.11/site-packages/distro/__main__.py

5 lines
64 B
Python

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