felicity-lims/felicity/apps/client/__init__.py

4 lines
49 B
Python
Raw Normal View History

2023-01-15 14:04:29 +08:00
from .models import Client
2023-03-19 23:21:32 +08:00
__all__ = ["Client"]