Browse Source

support pywebio_battery demo in doc

WangWeimin 2 years ago
parent
commit
386ab1c570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/doc_demo.py

+ 1 - 1
demos/doc_demo.py

@@ -15,7 +15,7 @@ from pywebio.input import *
 from pywebio.output import *
 from pywebio.session import *
 from pywebio.pin import *
-
+from pywebio_battery import *
 
 ##########################################