|
@@ -6,10 +6,10 @@ import requests
|
|
|
from flask import json # To read json data
|
|
|
from flask import request # To receive headers
|
|
|
from flask import Flask # To be able to start the application
|
|
|
-from ConfConstant import ConfConstant
|
|
|
-from report.AccountReport import AccountReport
|
|
|
+from Apietl.constant.ConfConstant import ConfConstant
|
|
|
+from Apietl.kwai_etl.report.AccountReport import AccountReport
|
|
|
|
|
|
-from Apietl.bytedance_etl.report import AdvertiserReport
|
|
|
+from Apietl.bytedance_etl.report.AdvertiserReport import AdvertiserReport
|
|
|
|
|
|
app = Flask(__name__)
|
|
|
|