diff options
Diffstat (limited to 'bs4/element.py')
-rw-r--r-- | bs4/element.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bs4/element.py b/bs4/element.py index 9ce4535..ecf2b28 100644 --- a/bs4/element.py +++ b/bs4/element.py @@ -1,3 +1,5 @@ +__license__ = "MIT" + from pdb import set_trace import collections import re |