diff options
Diffstat (limited to 'frest/__init__.py')
| -rw-r--r-- | frest/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frest/__init__.py b/frest/__init__.py new file mode 100644 index 0000000..dda6153 --- /dev/null +++ b/frest/__init__.py @@ -0,0 +1,4 @@ +from .forms import * +from .utils import * +from .mail import * +from .database import * |
