Change location of constants and dependencies

This commit is contained in:
2020-06-10 23:29:56 +02:00
parent 87fa53f6f8
commit 6849078d88
6 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
from app.constants import files
from constants import FILES, DATASETS, URL
from app.preprocessing import create_dataframe
from app.request_datasets import request_dataset
from pandas import DataFrame
from requests import get
from os import remove