Files
KomPage/main.py
2025-05-04 12:29:59 +02:00

6 lines
77 B
Python

from anilistapi import AnilistAPI
api = AnilistAPI()
print(api.get_tags())