1 parent 713507a commit 1881b7cCopy full SHA for 1881b7c
1 file changed
README.md
@@ -103,20 +103,22 @@ python tree_gui.py --theme ruby --density 1.3
103
104
## Project Structure
105
106
+
107
```text
108
.
-|-- assets/
109
-| `-- preview.png
110
-|-- .github/
111
-| `-- workflows/
112
-| `-- ci.yml
113
-|-- tree_gui.py
114
-|-- requirements.txt
115
-|-- pyproject.toml
116
-|-- LICENSE
117
-`-- README.md
+├── assets/
+│ └── preview.png
+├── .github/
+│ └── workflows/
+│ └── ci.yml
+├── tree_gui.py
+├── requirements.txt
+├── pyproject.toml
+├── LICENSE
118
+└── README.md
119
```
120
121
122
## Quality Checks
123
124
Run the same checks used by CI:
0 commit comments