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

Commit dd8232f

Browse files
committed
base: Export methods and classes
* config * field * Accuracy * entrypoint Signed-off-by: John Andersen <[email protected]>
1 parent f5a0e14 commit dd8232f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dffml/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
# Models
1212
from .model import Model, ModelContext, SimpleModel, ModelNotTrained
13+
from .model.accuracy import Accuracy
14+
15+
# Base Types and Classes
16+
from .base import config, field
1317

1418
# Utilities
1519
from .util.asynctestcase import AsyncTestCase
20+
from .util.entrypoint import entrypoint

0 commit comments

Comments
 (0)