cleanup
This commit is contained in:
parent
99da471b19
commit
da93eead19
1 changed files with 2 additions and 3 deletions
1
main.py
1
main.py
|
@ -1,7 +1,6 @@
|
||||||
from sys import argv
|
from sys import argv
|
||||||
from requests import Session
|
from requests import Session
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from requests.models import Response
|
|
||||||
|
|
||||||
class Universite:
|
class Universite:
|
||||||
def __init__(self, url, pseudo, motDePasse):
|
def __init__(self, url, pseudo, motDePasse):
|
||||||
|
|
Reference in a new issue