Skip to content

Instantly share code, notes, and snippets.

@purarue
Last active November 13, 2019 06:01
Show Gist options
  • Save purarue/1fdc5ca875ad2ba450e1595785e07ba9 to your computer and use it in GitHub Desktop.
Save purarue/1fdc5ca875ad2ba450e1595785e07ba9 to your computer and use it in GitHub Desktop.
use __doc__ as error string
"""
Install bext by doing this stuff
Linux
Mac
"""
import sys, random, time
try:
import bext
except ImportError:
print(__doc__)
sys.exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment