yap
This commit is contained in:
parent
e7d6e60d97
commit
48c79003c6
7 changed files with 64 additions and 60 deletions
|
@ -1,5 +1,6 @@
|
|||
from collections import namedtuple
|
||||
|
||||
|
||||
class Repository(namedtuple('Repository', ['namespace_name', 'name'])):
|
||||
"""
|
||||
Repository represents a repository.
|
||||
|
|
Reference in a new issue