From caaf482c7147ab92ea2a92f9aac0ca9f46e2dea9 Mon Sep 17 00:00:00 2001 From: Dmitry Kovtun Date: Thu, 23 May 2024 12:48:45 +0300 Subject: [PATCH] Test --- create_groups.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create_groups.py b/create_groups.py index 1121251..228da96 100644 --- a/create_groups.py +++ b/create_groups.py @@ -267,4 +267,5 @@ while True: except KeyboardInterrupt: print("exit") break - \ No newline at end of file + +print("exit") \ No newline at end of file