mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-11 00:11:26 +03:00
8 lines
78 B
Python
8 lines
78 B
Python
import octokit
|
|
|
|
|
|
class TestClass(object):
|
|
|
|
def test_1(self):
|
|
pass
|