Files
Argenta/docs/code_snippets/cli/src_structure.txt
T

12 lines
341 B
Plaintext

my_project/
├── src/
│ └── my_project/
│ └── application/
│ ├── __init__.py
│ ├── __main__.py
│ ├── routers.py
│ └── handlers/
│ ├── __init__.py
│ └── hello_world_handler.py
└── .gitignore