updated relative imports
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ import os
|
||||
from pathlib import Path
|
||||
|
||||
from dotenv import load_dotenv
|
||||
from web import app
|
||||
|
||||
from src.web import app
|
||||
|
||||
# prepare optional local setup
|
||||
env_path = Path(__file__).parent.parent / 'local.env'
|
||||
|
||||
Reference in New Issue
Block a user