Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. #!/usr/bin/python
  2. # EASY-INSTALL-ENTRY-SCRIPT: 'maybe==0.2.1','console_scripts','maybe'
  3. __requires__ = 'maybe==0.2.1'
  4. import sys
  5. from pkg_resources import load_entry_point
  6.  
  7. if __name__ == '__main__':
  8.     sys.exit(
  9.         load_entry_point('maybe==0.2.1', 'console_scripts', 'maybe')()
  10.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement