continued reorganisation
This commit is contained in:
parent
6f8a7322f2
commit
0a2d9a5694
22 changed files with 190 additions and 61 deletions
12
bcrypter.py
12
bcrypter.py
|
|
@ -1,12 +0,0 @@
|
|||
from bcrypt.cli import repl
|
||||
|
||||
def main():
|
||||
repl()
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
print('\n[!] SIGINT')
|
||||
except EOFError:
|
||||
print('\n[!] EOF')
|
||||
Loading…
Add table
Add a link
Reference in a new issue