Cradicle Explorer
liber-modestus
Info
Issues
Patches
Wallets
Source
Source
backend
src
tests
.python-version
README.md
main.py
pyproject.toml
uv.lock
.envrc
.gitignore
.gitmodules
LICENSE
devenv.lock
devenv.nix
devenv.yaml
/
backend
/ main.py
main.py
1
def main():
2
print("Hello from backend!")
3
4
5
if __name__ == "__main__":
6
main()