Fix cli mod exec import

This commit is contained in:
Paul Pfeister 2024-05-16 23:36:55 -04:00
parent e58057820f
commit 3b713ed008

View file

@ -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()