HackingScripts/__init__.py

4 lines
71 B
Python
Raw Normal View History

2020-07-12 20:36:14 +02:00
__doc__ = __doc__ or ""
2020-09-27 15:19:31 +02:00
__all__ = ["util","fileserver","xss_handler"]