コード例 #1
0
ファイル: test.py プロジェクト: joeladam518/sutler
def test(ctx: ClickContext):
    app: 'App' = ctx.find_root().obj
    app.print()
コード例 #2
0
ファイル: provisioner.py プロジェクト: joeladam518/sutler
 def __init__(self, ctx: ClickContext):
     self.app: App = ctx.find_root().obj or App()
     self.ctx: ClickContext = ctx