8 lines
88 B
Python
8 lines
88 B
Python
import click
|
|
import logging
|
|
from iottb import definitions
|
|
|
|
|
|
class IottbPrompt:
|
|
pass
|