summaryrefslogtreecommitdiff
path: root/test-plugins/aaa_hello_plugin.py
blob: b8f3253e17c8eb737f8a55bbae81dd0676169358 (plain)
1
2
3
4
5
6
7
8
import cliapp

class Hello(cliapp.Plugin):

    def __init__(self, foo, bar=None):
        self.foo = foo
        self.bar = bar