mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-06-07 22:56:53 +02:00
rename
This commit is contained in:
parent
08779e3f89
commit
e5c253bd5e
18 changed files with 9 additions and 0 deletions
12
baddiefinder/netdb/__main__.py
Normal file
12
baddiefinder/netdb/__main__.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# main driver
|
||||
#
|
||||
|
||||
|
||||
from .netdb import inspect
|
||||
|
||||
def print_entry(ent):
|
||||
print (ent)
|
||||
|
||||
if __name__ == '__main__':
|
||||
inspect(hook=print_entry)
|
Loading…
Add table
Add a link
Reference in a new issue