Skip to content

Commit

Permalink
refactor: rename main.py to compressedcrack/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mnismt committed May 8, 2024
1 parent 2f2ed90 commit 09263b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file added compressedcrack/__init__.py
Empty file.
1 change: 0 additions & 1 deletion main.py → compressedcrack/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import time
import sys


# Default Constants
LETTERS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
NUMBERS = "0123456789"
Expand Down

0 comments on commit 09263b0

Please sign in to comment.