Package gavo :: Package dm
[frames] | no frames]

Source Code for Package gavo.dm

 1  """ 
 2  GAVO's VO-DML+VOTable library. 
 3  """ 
 4   
 5  #c Copyright 2008-2019, the GAVO project 
 6  #c 
 7  #c This program is free software, covered by the GNU GPL.  See the 
 8  #c COPYING file in the source distribution. 
 9   
10   
11  # Not checked by pyflakes: API file with gratuitous imports 
12   
13  from gavo.dm.annotations import (ColumnAnnotation, ForeignKeyAnnotation, 
14          ParamAnnotation) 
15   
16  from gavo.dm.dmrd import DataModelRoles, DataModelRolesAttribute 
17   
18  from gavo.dm.vodml import getModelForPrefix, resolveVODMLId, Model 
19