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