mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
7 lines
255 B
Python
7 lines
255 B
Python
import sherlock_project
|
|
|
|
#from sherlock.sites import SitesInformation
|
|
#local_manifest = data_file_path=os.path.join(os.path.dirname(__file__), "../sherlock/resources/data.json")
|
|
|
|
def test_username_via_message():
|
|
sherlock_project.__main__("--version")
|