Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit ef1e991

Browse files
committed
dffml: Expose Record and AsyncTestCase
Signed-off-by: John Andersen <[email protected]>
1 parent f7b497d commit ef1e991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dffml/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# General
22
from .high_level import train, accuracy, predict
33
from .feature import Features, Feature, DefFeature
4+
from .record import Record
45

56
# Sources
67
from .source.source import Sources, BaseSource, BaseSourceContext
@@ -9,3 +10,6 @@
910

1011
# Models
1112
from .model import Model, ModelContext
13+
14+
# Utilities
15+
from .util.asynctestcase import AsyncTestCase

0 commit comments

Comments
 (0)