Alfredredbird / tookie-osint

Tookie is a advanced OSINT information gathering tool that finds social media accounts based on inputs.
MIT License
717 stars 20 forks source link

fix: add __init__.py to enable module imports #8

Closed Z1xus closed 10 months ago

Z1xus commented 10 months ago

Add __init__.py to modules directory to make it a proper package, fixing ModuleNotFoundError on import.

PS C:\dev\alfred> python brib.py Traceback (most recent call last): File "C:\dev\alfred\brib.py", line 10, in from modules.modules import * ModuleNotFoundError: No module named 'modules.modules'

Alfredredbird commented 10 months ago

Thank you so much for the pull request. I will review the changes later today. :D