8 lines
138 B
Python
8 lines
138 B
Python
# __init__.py – app/personnalisation
|
||
|
||
from .interface import interface_personnalisation
|
||
|
||
__all__ = [
|
||
"interface_personnalisation"
|
||
]
|