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