13 lines
278 B
Python
Executable File
13 lines
278 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
"""
|
|
版本号
|
|
|
|
Python各版本的差异总结
|
|
https://blog.csdn.net/qq_35952638/article/details/103101820
|
|
|
|
https://github.com/louislam/uptime-kuma
|
|
"""
|
|
from __future__ import print_function, unicode_literals, absolute_import, division
|
|
|
|
VERSION = '1.6.78'
|