lsst.base gc57f72a14a+8827c0d83c
LSST Data Management Base Package
__init__.py
Go to the documentation of this file.
1from .version import *
2from .threads import *
3
4try:
5 # Keep backwards compatibility for Packages.
6 from lsst.utils.packages import *
7except ImportError:
8 pass