lsst.base gc57f72a14a+0a940c1c1f
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