cara/caimira/apps/__init__.py
2022-09-09 16:57:20 +02:00

4 lines
72 B
Python

from .expert import ExpertApplication
__all__ = ['ExpertApplication']