This commit is contained in:
2022-03-16 01:47:36 +03:00
parent a8a02c6911
commit ff604e5a61
5 changed files with 128 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
import requests
API_URL = 'https://api.gitflic.ru/'
class Gitflic:
def __init__(self):
pass