Пример #1
0
 def con(self, *, app):
     return Conductor(app)
Пример #2
0
 def con_client_only(self, *, app):
     app.client_only = True
     return Conductor(app)