diff options
Diffstat (limited to 'tools/updater.py')
| -rwxr-xr-x | tools/updater.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/updater.py b/tools/updater.py index 1016275..afb32f5 100755 --- a/tools/updater.py +++ b/tools/updater.py @@ -1,5 +1,3 @@ -#! /usr/bin/python3 - # Copyright 2026, Amlal El Mahrouss and Ne.org contributors. # Open C++ Libraries is licensed under BSL-1.0 @@ -14,14 +12,11 @@ class UpdateFunctor: system("git commit -s -S") -def main(): + +def start(): functor = UpdateFunctor() print("INFO: Updater: Functor called") -if __name__ == '__main__': - main() - - |
