Spaces:
Paused
Paused
Update config_provider.py
Browse files- config_provider.py +1 -1
config_provider.py
CHANGED
|
@@ -3,7 +3,7 @@ Flare – ConfigProvider (with Provider Abstraction and Multi-language Support)
|
|
| 3 |
"""
|
| 4 |
|
| 5 |
from __future__ import annotations
|
| 6 |
-
import json, os
|
| 7 |
import threading
|
| 8 |
from pathlib import Path
|
| 9 |
from typing import Any, Dict, List, Optional, Union
|
|
|
|
| 3 |
"""
|
| 4 |
|
| 5 |
from __future__ import annotations
|
| 6 |
+
import json, os, sys, re
|
| 7 |
import threading
|
| 8 |
from pathlib import Path
|
| 9 |
from typing import Any, Dict, List, Optional, Union
|