def load_all_kv_files(self, directory_kv_files):
for kv_file in os.listdir(directory_kv_files):
if kv_file == 'bugreporter.kv' or os.path.isdir('{}/{}'.format(
directory_kv_files, kv_file)):
continue
Builder.load_file('{}/{}'.format(directory_kv_files, kv_file))
评论列表
文章目录