7 lines
140 B
Python
7 lines
140 B
Python
|
# -*- coding: utf-8 mode: python -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
|
||
|
__all__ = ()
|
||
|
|
||
|
# à importer en dernier
|
||
|
from . import main_page
|