Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3.  
  4.  
  5. """Convenience wrapper for running spell directly from source tree."""
  6.  
  7.  
  8. from spell.cli.main import main
  9.  
  10. if __name__ == '__main__':
  11.     main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement