From 43b3c24c6728fcc8d9b27c8292c69c3c339e33d9 Mon Sep 17 00:00:00 2001 From: sergey Date: Tue, 11 Feb 2025 01:11:27 +0700 Subject: [PATCH] =?UTF-8?q?settings=20=D1=81=D1=82=D0=B0=D0=BB=20=D0=B1?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BF=D1=80=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=BD=D1=8B=D0=BC=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BotLibrary/configs/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/BotLibrary/configs/settings.py b/BotLibrary/configs/settings.py index 196f1b8..e099de7 100644 --- a/BotLibrary/configs/settings.py +++ b/BotLibrary/configs/settings.py @@ -4,9 +4,6 @@ from os import getenv from dotenv import load_dotenv -# Настройка экспорта модулей -__all__ = ("BotEdit", "BotVariables", "bot_token", "api_key", - "web_api_key", "important_id", "secret") # Базовая кодировка файлов default_encod = "utf-8"