From 662aa67dfbc3a55639fc1fbd5f39038262a785fb Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 16 Oct 2025 20:31:48 +0200 Subject: [PATCH] move models.py to root to cherry-pick 3098700 --- src/eynollah/training/models.py => models.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/eynollah/training/models.py => models.py (100%) diff --git a/src/eynollah/training/models.py b/models.py similarity index 100% rename from src/eynollah/training/models.py rename to models.py