felicity-lims/felicity/apps/client/__init__.py
2023-04-07 17:52:19 +02:00

3 lines
49 B
Python

from .models import Client
__all__ = ["Client"]