mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-15 08:36:13 +01:00
12 lines
185 B
Python
12 lines
185 B
Python
import osc.commandline
|
|
|
|
|
|
class RepoCommand(osc.commandline.OscCommand):
|
|
"""
|
|
Manage repositories in project meta
|
|
"""
|
|
name = "repo"
|
|
|
|
def run(self, args):
|
|
pass
|