diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2025-11-19 04:42:58 +0100 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2025-11-19 16:40:08 +0100 |
| commit | 0075d1b10c475d303a314a3425ee472252855f32 (patch) | |
| tree | 2537411ad2b9691f413eeab62d7f541724ea47c6 /ui/daemon/ui_vars.py | |
| parent | d91b8a6196af711f9dface0c2a0d37794c12ac02 (diff) | |
Python/SQLite refactor
- Uses Python/Jinja2 to preprocess C files
- Uses SQLite3 for data compression
Diffstat (limited to 'ui/daemon/ui_vars.py')
| -rw-r--r-- | ui/daemon/ui_vars.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/daemon/ui_vars.py b/ui/daemon/ui_vars.py new file mode 100644 index 0000000..9d0fc33 --- /dev/null +++ b/ui/daemon/ui_vars.py @@ -0,0 +1,2 @@ +flags = [] +includes = ["signal.h", "stdio.h", "unistd.h"] |
