2025-06-04 14:21:55 +02:00

8 lines
138 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# __init__.py app/personnalisation
from .interface import interface_personnalisation
__all__ = [
"interface_personnalisation"
]