diff options
author | Matt <32886639+mattlyon93@users.noreply.github.com> | 2020-08-29 22:00:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 22:00:56 +1000 |
commit | 85f34f8a5b15bfbe6510358d76b903baa33f4fc2 (patch) | |
tree | 6dc3e4ad3bd76f3678a5d6b3bedb48e9ae215aab /tpblite/__init__.py | |
parent | cab856e292d96f8ae3686b0d25a778d1682691ae (diff) | |
parent | 47bcaca5004b08667368cd3d9d4e01f1ef998343 (diff) | |
download | tpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.tar.gz tpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.tar.bz2 tpb-lite-85f34f8a5b15bfbe6510358d76b903baa33f4fc2.zip |
Merge pull request #4 from loiccoyle/url
Adds a url attribute to the Torrent class
Diffstat (limited to 'tpblite/__init__.py')
-rw-r--r-- | tpblite/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpblite/__init__.py b/tpblite/__init__.py index 6a397d1..47116c6 100644 --- a/tpblite/__init__.py +++ b/tpblite/__init__.py @@ -1,2 +1,2 @@ from tpblite.tpblite import TPB -from tpblite.models.constants import ORDERS, CATEGORIES
\ No newline at end of file +from tpblite.models.constants import ORDERS, CATEGORIES |