Removing the Utils class.

This commit is contained in:
geraldobraz
2019-10-03 20:02:25 -03:00
parent 98bdda06c9
commit 2b6ababd70
4 changed files with 200 additions and 209 deletions

View File

@@ -1,8 +1,5 @@
import requests
from NyaaPy.utils import Utils
utils = Utils()
from NyaaPy.utils import utils
class Pantsu: