Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lencof authored May 5, 2021
1 parent 1b695ee commit f3e737b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wfuzz/core.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# core.py

import os
import sys

from .fuzzobjects import FuzzType

from .myqueues import MyPriorityQueue, QueueManager
Expand Down

0 comments on commit f3e737b

Please sign in to comment.