File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,31 +108,40 @@ Directory structure:
108108tiny/
109109├── CHANGELOG.md
110110├── LICENSE
111- ├── README.md
112111├── app/
113112│ ├──__init__.py
114113│ ├── main.py
115114│ ├── cli.py
116115│ ├── api/
116+ | | └──__init__.py
117117│ │ └── fast_api.py
118118| ├──assets/images
119119│ ├── db/
120120| | └──__init__.py
121121| | └──data.py
122+ | ├── static/
123+ | | └── images
124+ | | └── qr
125+ | | └── style.css
126+ | ├── templates/
127+ | | └── index.html
128+ | | └── recent.html
122129│ ├── utils/
123- | | └──__init__.py
124- | | └──_version.py
125- | | └──cache.py
126- | | └──config.py
130+ | | └── __init__.py
131+ | | └── _version.py
132+ | | └── config.py
127133| | └── helper.py
128134| | └── lint.py
129135| | └── qr.py
130- │ ├── static/
131- | | └── images
132- | | └── qr
133- │ └── templates/
134- | └── index.html
135- | └── recent.html
136+ |
137+ ├── docs/
138+ | └── build-test.md
139+ | └─ run_with_curl.md
140+ |
141+ ├── request/
142+ | └── mixed.json
143+ | └── single.json
144+ | └── urls.json
136145├── pyproject.toml
137146| └── poetry.lock
138147├──README.md
You can’t perform that action at this time.
0 commit comments