citadel-apps/update.py

11 lines
211 B
Python
Raw Normal View History

2021-10-12 20:46:35 +00:00
#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2021 Aaron Dewes <aaron.dewes@protonmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
from lib.manage import update
if __name__ == "__main__":
update()