diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-20 23:41:34 +0800 |
commit | 672492caff469ea135d5e1338d4406d2b20bab16 (patch) | |
tree | 4ae61ce81e170c5208123d1b0a63bba20c6119f1 /tools/cru-py/cru/__init__.py | |
parent | 90a72d2d7ed4a5eadfe36f62d81f26ca3324e49b (diff) | |
download | crupest-672492caff469ea135d5e1338d4406d2b20bab16.tar.gz crupest-672492caff469ea135d5e1338d4406d2b20bab16.tar.bz2 crupest-672492caff469ea135d5e1338d4406d2b20bab16.zip |
HALF WORK: 2024.1.20 - 5
Diffstat (limited to 'tools/cru-py/cru/__init__.py')
-rw-r--r-- | tools/cru-py/cru/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cru-py/cru/__init__.py b/tools/cru-py/cru/__init__.py index 66732ea..17799a9 100644 --- a/tools/cru-py/cru/__init__.py +++ b/tools/cru-py/cru/__init__.py @@ -19,7 +19,6 @@ from ._const import ( from ._func import CruFunction from ._iter import CruIterable, CruIterator from ._event import CruEvent, CruEventHandlerToken -from ._path import CruPath, CruPathError from ._type import CruTypeSet, CruTypeCheckError @@ -56,8 +55,6 @@ __all__ = [ "CruIterator", "CruEvent", "CruEventHandlerToken", - "CruPath", - "CruPathError", "CruTypeSet", "CruTypeCheckError", ] |