12 lines
132 B
Python
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)
|