mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
9 lines
179 B
Python
9 lines
179 B
Python
from .location import Country, District, Province
|
|
from .setup import (
|
|
Department,
|
|
Laboratory,
|
|
LaboratorySetting,
|
|
Manufacturer,
|
|
Supplier,
|
|
Unit,
|
|
)
|