| Server IP : 217.160.0.135 / Your IP : 216.73.217.115 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/platformdirs/__pycache__/ |
Upload File : |
�
Ѭ�c�1 � �� � d Z ddlmZ ddlZddlZddlmZ ddlmZ erddl m
Z
ddlmZ dd l
mZmZ d-d�Z e� � ZeZ d.d/d�Z d.d0d�Z d.d/d�Z d.d0d�Z d1d2d�Z d.d/d�Z d1d2d�Zd3d �Z d1d2d!�Z d.d4d#�Z d.d5d$�Z d.d4d%�Z d.d5d&�Z d1d6d'�Z d.d4d(�Z! d1d6d)�Z"d7d*�Z# d1d6d+�Z$g d,�Z%dS )8z�
Utilities for determining application-specific dirs. See <https://github.com/platformdirs/platformdirs> for details and
usage.
� )�annotationsN)�Path)�
TYPE_CHECKING)�Literal� )�PlatformDirsABC)�__version__�__version_info__�return�type[PlatformDirsABC]c �* � t j dk rddlm} nt j dk rddlm} nddlm} t j d� � dk rFt j d � � d
k r.t j d� � �| S ddl
m} |� � �dd
l
m} |S | S )N�win32r )�Windows�darwin)�MacOS)�Unix�ANDROID_DATAz/data�ANDROID_ROOTz/system�SHELL)�_android_folder)�Android)
�sys�platform�platformdirs.windowsr �platformdirs.macosr �platformdirs.unixr �os�getenv�platformdirs.androidr r )�Resultr r s �7/usr/lib/python3/dist-packages/platformdirs/__init__.py�_set_platform_dir_classr"