First skeleton

This commit is contained in:
Vincent Jacques
2012-02-12 13:49:08 +01:00
parent 3e33f38927
commit a1ce5a0dbd
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import unittest
from GithubObject import GithubObject
unittest.main()
+2
View File
@@ -0,0 +1,2 @@
def GithubObject( *attributes ):
pass