Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
getdaft / unity_catalog / __init__.py
Size: Mime:
# We ban importing from daft.unity_catalog as a module level import because it is expensive despite
# not always being needed. Within the daft.unity_catalog module itself we ignore this restriction.
from .unity_catalog import UnityCatalog, UnityCatalogTable  # noqa: TID253

__all__ = ["UnityCatalog", "UnityCatalogTable"]