Server : LiteSpeed
System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : idesfsze ( 1473)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /opt/alt/python313/lib64/python3.13/pathlib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //opt/alt/python313/lib64/python3.13/pathlib/__init__.py
"""Object-oriented filesystem paths.

This module provides classes to represent abstract paths and concrete
paths with operations that have semantics appropriate for different
operating systems.
"""

from ._abc import *
from ._local import *

__all__ = (_abc.__all__ +
           _local.__all__)

F1le Man4ger