mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-27 05:03:41 -08:00
5 lines
103 B
Python
5 lines
103 B
Python
import plyer
|
|
plyer.facades.StoragePath.get()
|
|
p = plyer.storagepath.get_external_storage_dir()
|
|
print(p)
|