This commit is contained in:
Jared Kipe
2018-05-27 13:00:30 -07:00
committed by Salomon Chambi
parent 13f40721d8
commit a8eba7c95d
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