memesite/static/scapy_wrap.py
Oracle Public Cloud User 3ef67aa589 setup
2023-02-28 22:36:51 +00:00

6 lines
181 B
Python

'''
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 *