Marked as deprecated

This commit is contained in:
2026-03-12 19:14:04 +01:00
parent 66cbb21941
commit e37188f342
+3
View File
@@ -31,6 +31,7 @@ from . import json
from . import ini
from . import parse
from . import serialize
import warnings
__all__ = [
'exceptions',
@@ -40,3 +41,5 @@ __all__ = [
'serialize',
*_configuration__all__
]
warnings.warn('config-parser is deprecated. Use jcloud-config-parser instead (due to a name conflict).', DeprecationWarning)