예제 #1
0
파일: test.py 프로젝트: joeladam518/sutler
def test(ctx: ClickContext):
    app: 'App' = ctx.find_root().obj
    app.print()
예제 #2
0
 def __init__(self, ctx: ClickContext):
     self.app: App = ctx.find_root().obj or App()
     self.ctx: ClickContext = ctx