## 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 ```