mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
3 lines
160 B
Python
3 lines
160 B
Python
from .types import ClientType, ClientContactType, ClientEdge, ClientCursorPage
|
|
|
|
client_types = [ClientType, ClientContactType, ClientEdge, ClientCursorPage]
|