8 lines
81 B
Python
8 lines
81 B
Python
|
from .config import conf, STATIC_DIR
|
||
|
|
||
|
|
||
|
__all__ = [
|
||
|
"conf",
|
||
|
STATIC_DIR,
|
||
|
]
|