f7/test/app.py
aozhiwei 30c25277eb 1
2019-08-26 23:07:49 +08:00

12 lines
132 B
Python

# -*- coding: utf-8 -*-
import sys
import time
sys.path.append('..')
import f7.udplog
f7.udplog.instance().init()
time.sleep(5)