4 lines
135 B
Python
4 lines
135 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Import du module principal des contrôleurs
|
|
from . import main # pylint: disable=relative-beyond-top-level
|