6 lines
77 B
Python
6 lines
77 B
Python
from anilistapi import AnilistAPI
|
|
|
|
api = AnilistAPI()
|
|
|
|
print(api.get_tags())
|