memesite/scapy_wrap.py

6 lines
181 B
Python
Raw Normal View History

2023-02-28 22:35:50 +00:00
'''
Import all of scapy to this namespace, the use an import statement
in parse_data.py to prevent the overwriting of other required utilities
(datetime)
'''
from scapy.all import *