Rename cacapo.py to _cacapo.py
Browse files- cacapo.py → _cacapo.py +4 -0
cacapo.py → _cacapo.py
RENAMED
@@ -1,5 +1,9 @@
|
|
1 |
#!/usr/bin/env python3
|
2 |
|
|
|
|
|
|
|
|
|
3 |
import os
|
4 |
import xml.etree.cElementTree as ET
|
5 |
from collections import defaultdict
|
|
|
1 |
#!/usr/bin/env python3
|
2 |
|
3 |
+
"""
|
4 |
+
The script used to load the dataset from the original source.
|
5 |
+
"""
|
6 |
+
|
7 |
import os
|
8 |
import xml.etree.cElementTree as ET
|
9 |
from collections import defaultdict
|