5 lines
100 B
Python
5 lines
100 B
Python
# __init__.py – app/fiches
|
||
from .interface import interface_analyse
|
||
|
||
__all_ = [interface_analyse]
|