Spaces:
Paused
Paused
Update animalesepy.py
Browse files- animalesepy.py +5 -0
animalesepy.py
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
class Animalese:
|
| 2 |
def __init__(self, letters_file, onload):
|
| 3 |
with open(letters_file, 'rb') as f:
|
|
|
|
| 1 |
+
import re
|
| 2 |
+
import numpy as np
|
| 3 |
+
import wave
|
| 4 |
+
|
| 5 |
+
|
| 6 |
class Animalese:
|
| 7 |
def __init__(self, letters_file, onload):
|
| 8 |
with open(letters_file, 'rb') as f:
|