entrypoint = "main.py"

modules = ["python-3.11"]

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

entrypoint = "main.py" modules = ["python-3.11"]

[nix] channel = "stable-24_05"

[unitTest] language = "python3"

[gitHubImport] requiredFiles = [".replit", "replit.nix"]

[deployment] run = ["python3", "main.py"] deploymentTarget = "cloudrun"

[[ports]] localPort = 5000 externalPort = 5000

[[ports]] localPort = 8000 externalPort = 8000

[[ports]] localPort = 8080 externalPort = 80

Share: