Skip to content

Commit 6d9c1a7

Browse files
committed
Expose main functions in the root module
1 parent 989801d commit 6d9c1a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

credslayer/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
from credslayer.core import manager
3+
process_pcap = manager.process_pcap
4+
active_processing = manager.active_processing

0 commit comments

Comments
 (0)