LSST Applications g0265f82a02+944b3770bc,g043fd6e71d+3fce5910e0,g08227fae09+d38e068cf9,g177eaadcb2+1e63ef9e19,g2bbee38e9b+944b3770bc,g337abbeb29+944b3770bc,g33a09d4741+0ffe91d25b,g3ddfee87b4+0ffe91d25b,g41b076d227+8672027aa3,g44018dc512+944b3770bc,g50ff169b8f+f6908454ef,g5f6f997623+81bc2a20b4,g7a18d25bdf+0cbdeccc59,g7d743f24c3+aa98d07913,g7dcc1e6542+364c4e24d5,g858d7b2824+d38e068cf9,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga1e77700b3+495ad9f5da,gae46bcf261+944b3770bc,gb700894bec+f59a73c642,gbeb006f7da+3c7c1422e8,gc86a011abf+d38e068cf9,gcb20ee0ffd+2b4de42704,gcf0d15dbbd+0ffe91d25b,gd151e6f194+529db83aed,gd162630629+a9e44238df,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+944b3770bc,ge3564fa9f0+6ee65c64e1,gee10cc3b42+81bc2a20b4,gf041782ebf+f93289ef23,gf1cff7945b+d38e068cf9,gf748b16de2+bc81a5a8d7,gfbd57f68c2+fbdfd66e33,w.2023.50
LSST Data Management Base Package
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# This file is part of dax_apdb.
2#
3# Developed for the LSST Data Management System.
4# This product includes software developed by the LSST Project
5# (https://www.lsst.org).
6# See the COPYRIGHT file at the top-level directory of this distribution
7# for details of code ownership.
8#
9# This program is free software: you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation, either version 3 of the License, or
12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program. If not, see <https://www.gnu.org/licenses/>.
21
22import pkgutil
23
24__path__ = pkgutil.extend_path(__path__, __name__)