remove __version__ export

This commit is contained in:
Dulmandakh 2024-07-06 10:52:53 +08:00
parent ecc2599e26
commit b3e4e64599

View File

@ -46,7 +46,6 @@ from .utils.module_loading import lazy_import
from .utils.resolve_only_args import resolve_only_args
__all__ = [
"__version__",
"Argument",
"Base64",
"BigInt",