From 1e526125d6c03274977a3cce7d327cdb94afb50b Mon Sep 17 00:00:00 2001 From: Vladislav Polskikh Date: Thu, 3 Aug 2023 15:48:04 +0300 Subject: [PATCH] Fix rules.py --- rules.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules.py b/rules.py index 4f023ea..f8449b8 100644 --- a/rules.py +++ b/rules.py @@ -1,2 +1,5 @@ +"""Contains rules for karabiner""" + + def main(): - pass \ No newline at end of file + """main"""