Package gavo
[frames] | no frames]

Source Code for Package gavo

 1  """ 
 2  DaCHS code; most of this is support code for running a data center within the 
 3  Virtual Observatory (VO), but some packages are interesting for VO clients 
 4  as well.  
 5  """ 
 6  # This is a namespace package; do not put anything here 
 7  # 
 8   
 9  #c Copyright 2008-2019, the GAVO project 
10  #c 
11  #c This program is free software, covered by the GNU GPL.  See the 
12  #c COPYING file in the source distribution. 
13   
14   
15  __import__('pkg_resources').declare_namespace(__name__) 
16