init commit

This commit is contained in:
firedotguy
2026-01-29 19:46:37 +03:00
parent f64fccf393
commit 6441ffabf1
6 changed files with 44 additions and 0 deletions

5
itd/users.py Normal file
View File

@@ -0,0 +1,5 @@
from itd.request import fetch
def get_user(token: str, username: str):
return fetch(token, 'get', f'users/{username}')