Gradience/gradience/Structure.md

9 lines
278 B
Markdown

## Source code structure
```
gradience/ - main source code folder, contains majority of Python code
|
|- ui/ - contains logic code for Gradience widgets (you can find .ui files for widgets in data/ui folder)
|
|- utils/ - contains helpers for the rest of the codebase
```