1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-16 00:56:12 +01:00
github.com_openSUSE_osc/osc/commands/person.py

13 lines
169 B
Python
Raw Normal View History

2024-05-21 13:11:16 +02:00
import osc.commandline
class PersonCommand(osc.commandline.OscCommand):
"""
Manage persons
"""
name = "person"
def run(self, args):
pass