Basic package browsing UI
This commit is contained in:
@@ -263,7 +263,7 @@ class Repository:
|
||||
setattr(self, attr, value)
|
||||
|
||||
@classmethod
|
||||
def from_dict(cls, repodict: dict) -> Repository:
|
||||
def from_dict(cls, repodict: dict):
|
||||
"""
|
||||
Like `set_from_dict`, but immutable
|
||||
"""
|
||||
|
Reference in New Issue
Block a user