Correction colision de nom module 'code'

Il y a déja un module nommé code dans la bibliotheque standard
This commit is contained in:
Colin Goutte 2024-04-26 16:30:24 +02:00
parent 9c600cf96f
commit 0a86e7e065
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
from unittest import TestCase
from code import database
import excel2py
from excel2py import database
class FetchFromSpradSheetCast(TestCase):