Update tools.py
Browse files
tools.py
CHANGED
|
@@ -14,7 +14,7 @@ import numpy as np
|
|
| 14 |
from scipy.io import wavfile
|
| 15 |
import pandas as pd
|
| 16 |
from PIL import Image
|
| 17 |
-
import
|
| 18 |
|
| 19 |
class is_commutative(Tool):
|
| 20 |
name = "commutative"
|
|
|
|
| 14 |
from scipy.io import wavfile
|
| 15 |
import pandas as pd
|
| 16 |
from PIL import Image
|
| 17 |
+
import html5lib
|
| 18 |
|
| 19 |
class is_commutative(Tool):
|
| 20 |
name = "commutative"
|