turdbot/py/init.py

6 lines
107 B
Python
Raw Normal View History

2022-10-29 11:39:40 -06:00
import version
if version.local() < version.remote():
print("needs update")
else:
print("is fine")