Home | Trees | Indices | Help |
|
---|
|
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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |