mirror of
https://github.com/koloideal/Argenta.git
synced 2026-08-08 17:01:13 +03:00
12 lines
341 B
Plaintext
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
|