Skip to content

Commit

Permalink
import from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devinaconley committed Aug 10, 2018
1 parent eeb10ee commit 6b3bcbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions object_factory/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
object_factory
"""

from .serializable import (
Field,
Serializable,
Factory,
Nested,
List
)

0 comments on commit 6b3bcbc

Please # to comment.