blob: 6957f07cc28241cf8961ca28d390ea922a52664b (
plain)
1
2
3
4
5
6
|
# This variable indicates that the module was installed
# with setup.py. This is used to detect older versions of
# pyrazer that were not installed with setup.py into the system.
PYRAZER_SETUP_PY = True
from pyrazer.main import *
|