This commit is contained in:
Jared Kipe
2018-05-27 13:00:30 -07:00
parent c24c3711ce
commit b75528d731
10 changed files with 230 additions and 0 deletions

4
auth_admin/__init__.py Executable file
View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
from . import controllers
from . import models
from . import wizard