mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-24 12:58:05 +00:00
5 lines
245 B
Python
5 lines
245 B
Python
from communicator.models.sample import Sample, SampleSchema
|
|
from communicator.models.deposit import Deposit, DepositSchema
|
|
from communicator.models.ivy_file import IvyFile, IvyFileSchema
|
|
|
|
from communicator.models.notification import Notification |