5 lines
101 B
Python
5 lines
101 B
Python
# __init__.py – app/fiches
|
||
from .interface import interface_fiches
|
||
|
||
__all__ = ["interface_fiches"]
|