mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Minor fix
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ is available via `bcfapi.py`.
|
|||||||
|
|
||||||
The `bcfxml` module lets you interact with the BCF-XML standard.
|
The `bcfxml` module lets you interact with the BCF-XML standard.
|
||||||
|
|
||||||
```
|
```python
|
||||||
from bcf import bcfxml
|
from bcf import bcfxml
|
||||||
|
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ bcfxml.edit_topic(topic)
|
|||||||
|
|
||||||
The `bcfapi` module lets you interact with the BCF-API standard.
|
The `bcfapi` module lets you interact with the BCF-API standard.
|
||||||
|
|
||||||
```
|
```python
|
||||||
from bcf.v3.bcfapi import Client
|
from bcf.v3.bcfapi import Client
|
||||||
|
|
||||||
client_id = "YOUR_CLIENT_ID"
|
client_id = "YOUR_CLIENT_ID"
|
||||||
|
|||||||
Reference in New Issue
Block a user