|
@@ -5,7 +5,7 @@ from .definitions import downloaded_data_path, downloaded_data_path_UNFCCC
|
|
|
from .definitions import dataset_path, dataset_path_UNFCCC
|
|
|
from .definitions import custom_country_mapping, custom_folders
|
|
|
from .functions import get_country_code, get_country_name, convert_categories
|
|
|
-from .functions import create_folder_mapping, process_data_for_country
|
|
|
+from .functions import create_folder_mapping, process_data_for_country, get_code_file
|
|
|
|
|
|
__all__ = [
|
|
|
"root_path",
|
|
@@ -25,4 +25,5 @@ __all__ = [
|
|
|
"convert_categories",
|
|
|
"create_folder_mapping",
|
|
|
"process_data_for_country",
|
|
|
+ "get_code_file",
|
|
|
]
|