mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 12:51:15 -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)
|