cara/caimira/apps/__init__.py

5 lines
72 B
Python
Raw Normal View History

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