mirror of
https://git.oceanpay.cc/danial/kami_itunes_third_api.git
synced 2025-12-18 21:19:19 +00:00
5 lines
80 B
Python
5 lines
80 B
Python
from src.cmd.scripts import run_task
|
|
|
|
if __name__ == "__main__":
|
|
run_task()
|