turdbot/py/init.py
ionburger 74c8099efe eeee
2022-10-29 11:39:40 -06:00

6 lines
107 B
Python

import version
if version.local() < version.remote():
print("needs update")
else:
print("is fine")