1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-05 02:56:17 +01:00

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