cspresso/src/cspresso/__main__.py
Miguel Jacq fe58397da7
Some checks failed
CI / test (push) Failing after 1m20s
Lint / test (push) Failing after 28s
Trivy / test (push) Successful in 23s
Initial commit
2026-01-02 09:59:52 +11:00

4 lines
63 B
Python

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