Fix cli mod exec import
This commit is contained in:
parent
e58057820f
commit
3b713ed008
|
|
@ -18,5 +18,5 @@ if __name__ == "__main__":
|
|||
print(f"Sherlock requires Python 3.6+\nYou are using Python {python_version}, which is not supported by Sherlock.")
|
||||
sys.exit(1)
|
||||
|
||||
import sherlock
|
||||
from sherlock import sherlock
|
||||
sherlock.main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue