diff options
Diffstat (limited to 'ricky/pbbreaker/__init__.py')
| -rw-r--r-- | ricky/pbbreaker/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ricky/pbbreaker/__init__.py b/ricky/pbbreaker/__init__.py deleted file mode 100644 index cb76b15..0000000 --- a/ricky/pbbreaker/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -from ricky.pb import Pb -from ricky.pbbreaker.params import Params - - -class PbBreaker(Pb): - def __init__(self): - super(PbBreaker, self).__init__() - - def params_init(self): - new_params = Params() - new_params.api = self - return new_params |
