mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-13 17:30:37 +00:00
11 lines
211 B
Python
11 lines
211 B
Python
|
#!/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()
|