rework folder structure complitly

This commit is contained in:
2026-04-04 23:01:34 +02:00
parent 2b8f0396e3
commit eb290dd634
17 changed files with 57 additions and 82 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import tempfile
import unittest
from pathlib import Path
from server.DatasetExporter import DatasetExporter
from server.dataset.DatasetExporter import DatasetExporter
class TestDatasetExporter(unittest.TestCase):
def test_export_jsonl(self):