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