3morrrrr commited on
Commit
f626df8
·
verified ·
1 Parent(s): b8dc3ee

Update drawing.py

Browse files
Files changed (1) hide show
  1. drawing.py +0 -1
drawing.py CHANGED
@@ -8,7 +8,6 @@ from scipy.interpolate import interp1d
8
 
9
 
10
  alphabet = [
11
-
12
  '\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.',
13
  '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
14
  '?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
 
8
 
9
 
10
  alphabet = [
 
11
  '\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.',
12
  '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
13
  '?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',