Guest User

Untitled

a guest
Jun 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class NinjaBinder(InstanceBinder):
  2.  
  3. def bind_path(self):
  4. from path import path
  5. self.binder.bind(interfaces.Path, to_instance=path)
Add Comment
Please, Sign In to add comment