From f47c8b43939af01fa58e4642af44c042e812e281 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Sat, 25 Oct 2025 01:28:13 -0700 Subject: [PATCH] expose wallpaper handler --- libs/python/computer-server/computer_server/utils/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/python/computer-server/computer_server/utils/__init__.py b/libs/python/computer-server/computer_server/utils/__init__.py index e69de29b..995e1f60 100644 --- a/libs/python/computer-server/computer_server/utils/__init__.py +++ b/libs/python/computer-server/computer_server/utils/__init__.py @@ -0,0 +1,3 @@ +from . import wallpaper + +__all__ = ["wallpaper"]