Skip to content

Commit 09263b0

Browse files
committed
refactor: rename main.py to compressedcrack/main.py
1 parent 2f2ed90 commit 09263b0

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

compressedcrack/__init__.py

Whitespace-only changes.

main.py renamed to compressedcrack/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import time
66
import sys
77

8-
98
# Default Constants
109
LETTERS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
1110
NUMBERS = "0123456789"

0 commit comments

Comments
 (0)