mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
drop the markdown from the doc string
This commit is contained in:
parent
39169bd5d7
commit
ced62d8684
|
@ -1,17 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Sample Application
|
||||
==================
|
||||
|
||||
This sample application is the simplest BACpypes application that is
|
||||
a complete stack. Using an INI file it will configure a
|
||||
LocalDeviceObject, create a SampleApplication instance, and run,
|
||||
waiting for a keyboard interrupt or a TERM signal to quit.
|
||||
|
||||
There is no input or output for this application, but by adding --debug to
|
||||
the command line when it is run you can check the behavior of the stack by
|
||||
seeing what is sent and received.
|
||||
"""
|
||||
|
||||
from bacpypes.debugging import bacpypes_debugging, ModuleLogger
|
||||
|
|
Loading…
Reference in New Issue
Block a user