6 lines
186 B
Python
6 lines
186 B
Python
"""Things that should be imported by all migrate packages"""
|
|
|
|
#__all__ = ['logging','log','databases','operations']
|
|
from logger import logging,log
|
|
from const import databases,operations
|