Ajout du main + authentification (en fait auth dans commit pr�c�dent)

This commit is contained in:
Matt Marcha 2017-06-07 23:52:54 +02:00
parent c24b7f9071
commit b47235de8f
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,5 @@
# -*-coding:Latin-1 -*
import os
import DB.dbids as dbids
import mysql.connector as mariadb
@ -34,6 +33,3 @@ def DBTest():
for Nom in result:
print(Nom)
os.system("pause")

4
main.py Normal file
View file

@ -0,0 +1,4 @@
# -*-coding:Latin-1 -*
import Auth.authentication