Aggiorna importazioni demo per riflettere la nuova struttura delle cartelle API

This commit is contained in:
2025-10-12 13:46:07 +02:00
parent d64855286c
commit 513fedbc0b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../src'
###########################################
from dotenv import load_dotenv
from app.news import NewsApiWrapper
from app.api.news import NewsApiWrapper
def main():
api = NewsApiWrapper()