Change a bit the source code organisation
This commit is contained in:
parent
088c3d013c
commit
f391c9603c
9 changed files with 8 additions and 7 deletions
|
@ -4,8 +4,7 @@ import unittest
|
|||
import shutil
|
||||
import os
|
||||
|
||||
from src import parsers
|
||||
from src.parsers import pdf, png, jpg, audio
|
||||
from src import pdf, png, jpg, audio, office
|
||||
|
||||
class TestGetMeta(unittest.TestCase):
|
||||
def test_pdf(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue