文件操作 - __init__.cpython-311.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/platformdirs/__pycache__/__init__.cpython-311.pyc
编辑文件内容
� Ѭ�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"