From c710e7691203fe4d7e310a1e5b56020734913390 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Tue, 1 Aug 2023 23:29:00 +0200 Subject: [PATCH] restore the module doc --- pyprland/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyprland/command.py b/pyprland/command.py index 6f4df52..95ed3ee 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -1,4 +1,5 @@ #!/bin/env python +""" Pyprland - an Hyprland companion app (cli client & daemon) """ import asyncio import importlib import itertools