Move data classes into domain package

This commit is contained in:
Marty Oehme 2025-06-06 11:23:09 +02:00
parent 003eebfebf
commit 029a6ddb71
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 15 additions and 11 deletions

View file

@ -1,7 +1,7 @@
from groq import Groq
from prophet.data import Original
from prophet.config import AiConfig
from prophet.domain.original import Original
class LLMClient: