We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d795c1 commit e08a661Copy full SHA for e08a661
html_table_extractor/extractor.py
@@ -1,3 +1,6 @@
1
+#!/usr/bin/python
2
+# -*- coding: utf-8 -*-
3
+
4
from bs4 import BeautifulSoup, Tag
5
import os
6
import csv
tests/tests.py
import unittest
from bs4 import BeautifulSoup
from html_table_extractor.extractor import Extractor
0 commit comments