mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2025-07-01 09:45:24 +00:00
10 lines
108 B
Python
10 lines
108 B
Python
import requests
|
|
|
|
API_URL = 'https://api.gitflic.ru/'
|
|
|
|
|
|
class Gitflic:
|
|
|
|
def __init__(self):
|
|
pass
|