mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Document api modules and require explicit imports of API submodules
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
"""Manage references to external libraries
|
||||
|
||||
An external library is any system which uses a key to store information. This
|
||||
allows you to associate IFC entities with any arbitrary external database, API,
|
||||
system, and so on. This is typically useful in smart building systems.
|
||||
"""
|
||||
|
||||
from .. import wrap_usecases
|
||||
from .add_library import add_library
|
||||
from .add_reference import add_reference
|
||||
from .assign_reference import assign_reference
|
||||
@@ -24,3 +32,5 @@ from .edit_reference import edit_reference
|
||||
from .remove_library import remove_library
|
||||
from .remove_reference import remove_reference
|
||||
from .unassign_reference import unassign_reference
|
||||
|
||||
wrap_usecases(__path__, __name__)
|
||||
|
||||
Reference in New Issue
Block a user