mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 14:46:18 -04:00
add __all__ to modules
This commit is contained in:
parent
b7df0a1f37
commit
2533229fa1
6 changed files with 12 additions and 3 deletions
|
@ -6,6 +6,8 @@ import logging
|
|||
import brozzler
|
||||
import hashlib
|
||||
|
||||
__all__ = ["Site", "Page"]
|
||||
|
||||
class BaseDictable:
|
||||
def to_dict(self):
|
||||
d = dict(vars(self))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue