Files
Stend_mont/app/maintenance_runner.py

6 lines
76 B
Python

import main
if __name__ == "__main__":
main.run_maintenance_service()