2022-03-16 01:47:36 +03:00

10 lines
108 B
Python

import requests
API_URL = 'https://api.gitflic.ru/'
class Gitflic:
def __init__(self):
pass