ktongue commited on
Commit
3383961
·
verified ·
1 Parent(s): 3971a55

Upload hf_env/lib/python3.14/site-packages/charset_normalizer/cli/__init__.py with huggingface_hub

Browse files
hf_env/lib/python3.14/site-packages/charset_normalizer/cli/__init__.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ from .__main__ import cli_detect, query_yes_no
4
+
5
+ __all__ = (
6
+ "cli_detect",
7
+ "query_yes_no",
8
+ )