Skip to content

Commit

Permalink
also convert schemas into a directory to allow splitting things up...
Browse files Browse the repository at this point in the history
  • Loading branch information
witsch committed Nov 21, 2014
1 parent 3c44c2e commit 1f4b5ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/backrest/schemas/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .base import FileSchema, ContentSchema


__all__ = [
FileSchema,
ContentSchema,
]
File renamed without changes.

0 comments on commit 1f4b5ea

Please sign in to comment.