Spaces:
Running
Running
main.py
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import re
|
2 |
import asyncio
|
3 |
import logging
|
|
|
1 |
+
# Copyright (C) 2019-2025 TeamKillerX <https://github.com/TeamKillerX>
|
2 |
+
#
|
3 |
+
# This file is part of TeamKillerX project,
|
4 |
+
# and licensed under GNU Affero General Public License v3.
|
5 |
+
# See the GNU Affero General Public License for more details.
|
6 |
+
#
|
7 |
+
# All rights reserved. See COPYING, AUTHORS.
|
8 |
+
#
|
9 |
+
|
10 |
+
|
11 |
import re
|
12 |
import asyncio
|
13 |
import logging
|