__init__.py 231 B

1234567
  1. # This variable indicates that the module was installed
  2. # with setup.py. This is used to detect older versions of
  3. # pyrazer that were not installed with setup.py into the system.
  4. PYRAZER_SETUP_PY = True
  5. from pyrazer.main import *