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"]