Fix cli mod exec import

pull/2111/head
Paul Pfeister 7 months ago
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…
Cancel
Save