mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 22:51:41 +08:00
6 lines
103 B
Python
6 lines
103 B
Python
import os
|
|
|
|
import qbittorrentapi
|
|
|
|
abs_path = os.path.dirname(os.path.abspath(__file__))
|
|
print(abs_path) |