move equipment.py into seperate folder

This commit is contained in:
kittentm 2026-03-15 04:35:19 +01:00
commit b237b22693
No known key found for this signature in database
GPG key ID: 520EDAA0C8CDE295
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ from routes import logout
from routes import boss
#yes meow meow import me please... i want to be embedded into my code... :pleading_face:
from routes import me
from routes import equipment
from routes.equipment import equipment
from services.boss_retrieval import process_boss_file
from contextlib import asynccontextmanager
import asyncio