This commit is contained in:
yumoqing 2022-06-21 19:15:28 +08:00
parent 3f90c68483
commit a0c7c8b0be
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
try:
import ujson as json
except:
import json
from kivy.factory import Factory
from .factory import UiFactory
from appPublic.myTE import MyTemplateEngine

View File

@ -1 +1 @@
__version__ = '0.2.7'
__version__ = '0.2.8'