|
1 | | -from .criteria_quality_type import CriteriaQualityType |
2 | | -from .preparation_type import PreparationType |
3 | | -from .software_feature import SoftwareFeature |
4 | | -from .file_usage_role import FileUsageRole |
5 | | -from .handedness import Handedness |
6 | | -from .setup_type import SetupType |
7 | 1 | from .action_status_type import ActionStatusType |
| 2 | +from .product_accessibility import ProductAccessibility |
| 3 | +from .molecular_entity import MolecularEntity |
| 4 | +from .organ import Organ |
| 5 | +from .experimental_approach import ExperimentalApproach |
| 6 | +from .genetic_strain_type import GeneticStrainType |
| 7 | +from .biological_order import BiologicalOrder |
| 8 | +from .olfactory_stimulus_type import OlfactoryStimulusType |
| 9 | +from .cell_type import CellType |
| 10 | +from .organism_substance import OrganismSubstance |
| 11 | +from .service import Service |
| 12 | +from .file_repository_type import FileRepositoryType |
| 13 | +from .annotation_criteria_type import AnnotationCriteriaType |
| 14 | +from .device_type import DeviceType |
| 15 | +from .stimulation_approach import StimulationApproach |
| 16 | +from .learning_resource_type import LearningResourceType |
8 | 17 | from .uberon_parcellation import UBERONParcellation |
9 | | -from .stimulation_technique import StimulationTechnique |
10 | | -from .visual_stimulus_type import VisualStimulusType |
11 | 18 | from .anatomical_axes_orientation import AnatomicalAxesOrientation |
| 19 | +from .biological_process import BiologicalProcess |
| 20 | +from .species import Species |
| 21 | +from .atlas_type import AtlasType |
| 22 | +from .patch_clamp_variation import PatchClampVariation |
| 23 | +from .educational_level import EducationalLevel |
12 | 24 | from .electrical_stimulus_type import ElectricalStimulusType |
13 | | -from .tissue_sample_attribute import TissueSampleAttribute |
14 | | -from .contribution_type import ContributionType |
15 | | -from .terminology import Terminology |
16 | | -from .qualitative_overlap import QualitativeOverlap |
| 25 | +from .biological_sex import BiologicalSex |
| 26 | +from .age_category import AgeCategory |
17 | 27 | from .anatomical_identification_type import AnatomicalIdentificationType |
18 | | -from .organ import Organ |
19 | | -from .gustatory_stimulus_type import GustatoryStimulusType |
20 | | -from .annotation_criteria_type import AnnotationCriteriaType |
21 | | -from .chemical_mixture_type import ChemicalMixtureType |
22 | | -from .tissue_sample_type import TissueSampleType |
| 28 | +from .tactile_stimulus_type import TactileStimulusType |
23 | 29 | from .cranial_window_construction_type import CranialWindowConstructionType |
24 | | -from .colormap import Colormap |
25 | | -from .semantic_data_type import SemanticDataType |
| 30 | +from .subcellular_entity import SubcellularEntity |
| 31 | +from .visual_stimulus_type import VisualStimulusType |
26 | 32 | from .anatomical_plane import AnatomicalPlane |
27 | | -from .olfactory_stimulus_type import OlfactoryStimulusType |
28 | | -from .operating_system import OperatingSystem |
29 | | -from .species import Species |
30 | | -from .language import Language |
31 | | -from .programming_language import ProgrammingLanguage |
32 | | -from .age_category import AgeCategory |
33 | | -from .patch_clamp_variation import PatchClampVariation |
34 | | -from .technique import Technique |
35 | | -from .measured_signal_type import MeasuredSignalType |
36 | | -from .atlas_type import AtlasType |
37 | | -from .molecular_entity import MolecularEntity |
| 33 | +from .auditory_stimulus_type import AuditoryStimulusType |
| 34 | +from .semantic_data_type import SemanticDataType |
38 | 35 | from .measured_quantity import MeasuredQuantity |
39 | | -from .experimental_approach import ExperimentalApproach |
40 | | -from .file_repository_type import FileRepositoryType |
41 | | -from .biological_order import BiologicalOrder |
42 | | -from .data_type import DataType |
43 | | -from .stimulation_approach import StimulationApproach |
44 | | -from .difference_measure import DifferenceMeasure |
45 | | -from .operating_device import OperatingDevice |
46 | | -from .model_abstraction_level import ModelAbstractionLevel |
47 | | -from .subcellular_entity import SubcellularEntity |
48 | | -from .disease_model import DiseaseModel |
49 | | -from .organism_substance import OrganismSubstance |
50 | | -from .service import Service |
51 | | -from .organism_system import OrganismSystem |
52 | | -from .learning_resource_type import LearningResourceType |
| 36 | +from .terminology import Terminology |
| 37 | +from .contribution_type import ContributionType |
53 | 38 | from .annotation_type import AnnotationType |
54 | | -from .cell_type import CellType |
55 | | -from .auditory_stimulus_type import AuditoryStimulusType |
| 39 | +from .preparation_type import PreparationType |
56 | 40 | from .unit_of_measurement import UnitOfMeasurement |
57 | | -from .product_accessibility import ProductAccessibility |
58 | | -from .disease import Disease |
59 | | -from .analysis_technique import AnalysisTechnique |
60 | | -from .biological_sex import BiologicalSex |
61 | | -from .meta_data_model_type import MetaDataModelType |
| 41 | +from .organism_system import OrganismSystem |
| 42 | +from .disease_model import DiseaseModel |
| 43 | +from .laterality import Laterality |
| 44 | +from .stimulation_technique import StimulationTechnique |
| 45 | +from .type_of_uncertainty import TypeOfUncertainty |
| 46 | +from .term_suggestion import TermSuggestion |
62 | 47 | from .subject_attribute import SubjectAttribute |
63 | | -from .ethics_assessment import EthicsAssessment |
64 | | -from .device_type import DeviceType |
65 | | -from .biological_process import BiologicalProcess |
| 48 | +from .cell_culture_type import CellCultureType |
| 49 | +from .gustatory_stimulus_type import GustatoryStimulusType |
| 50 | +from .tissue_sample_type import TissueSampleType |
| 51 | +from .meta_data_model_type import MetaDataModelType |
| 52 | +from .chemical_mixture_type import ChemicalMixtureType |
| 53 | +from .programming_language import ProgrammingLanguage |
| 54 | +from .handedness import Handedness |
| 55 | +from .colormap import Colormap |
| 56 | +from .measured_signal_type import MeasuredSignalType |
| 57 | +from .model_abstraction_level import ModelAbstractionLevel |
| 58 | +from .disease import Disease |
| 59 | +from .technique import Technique |
| 60 | +from .data_type import DataType |
| 61 | +from .tissue_sample_attribute import TissueSampleAttribute |
66 | 62 | from .file_bundle_grouping import FileBundleGrouping |
67 | | -from .laterality import Laterality |
| 63 | +from .language import Language |
| 64 | +from .file_usage_role import FileUsageRole |
| 65 | +from .analysis_technique import AnalysisTechnique |
| 66 | +from .software_feature import SoftwareFeature |
| 67 | +from .criteria_quality_type import CriteriaQualityType |
68 | 68 | from .cranial_window_reinforcement_type import CranialWindowReinforcementType |
69 | | -from .cell_culture_type import CellCultureType |
70 | | -from .term_suggestion import TermSuggestion |
71 | | -from .breeding_type import BreedingType |
72 | 69 | from .model_scope import ModelScope |
73 | 70 | from .software_application_category import SoftwareApplicationCategory |
| 71 | +from .operating_system import OperatingSystem |
| 72 | +from .setup_type import SetupType |
| 73 | +from .breeding_type import BreedingType |
| 74 | +from .qualitative_overlap import QualitativeOverlap |
| 75 | +from .difference_measure import DifferenceMeasure |
74 | 76 | from .optical_stimulus_type import OpticalStimulusType |
75 | | -from .type_of_uncertainty import TypeOfUncertainty |
76 | | -from .genetic_strain_type import GeneticStrainType |
77 | | -from .educational_level import EducationalLevel |
78 | | -from .tactile_stimulus_type import TactileStimulusType |
| 77 | +from .ethics_assessment import EthicsAssessment |
| 78 | +from .operating_device import OperatingDevice |
0 commit comments