mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
rename mclib module to meshcore
This commit is contained in:
parent
2c41011fd3
commit
d33c200b3e
4 changed files with 10 additions and 11 deletions
11
mccli.py
11
mccli.py
|
|
@ -11,12 +11,11 @@ import datetime
|
|||
import time
|
||||
from pathlib import Path
|
||||
|
||||
from mclib import TCPConnection
|
||||
from mclib import BLEConnection
|
||||
from mclib import SerialConnection
|
||||
from mclib import printerr
|
||||
from mclib import MeshCore
|
||||
|
||||
from meshcore import TCPConnection
|
||||
from meshcore import BLEConnection
|
||||
from meshcore import SerialConnection
|
||||
from meshcore import printerr
|
||||
from meshcore import MeshCore
|
||||
|
||||
# default address is stored in a config file
|
||||
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/mc-cli/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue