refactor(project): move files into specific folders

This commit is contained in:
2025-01-08 13:42:48 +01:00
parent 0f4dca57a2
commit bad8313d93
5 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import requests
from bs4 import BeautifulSoup
import os
from telegram_bot import Telegram
from db import DB
from util.telegram_bot import Telegram
from util.db import DB
from dotenv import load_dotenv
import asyncio
import datetime

View File

View File

View File