7 lines
123 B
Python
7 lines
123 B
Python
import cookbook.helper.dal
|
|
from cookbook.helper.AllAuthCustomAdapter import AllAuthCustomAdapter
|
|
|
|
__all__ = [
|
|
'dal',
|
|
]
|