Add api and script to restore

This commit is contained in:
WQY\qiong
2023-03-31 10:44:15 +08:00
parent 924dbc802c
commit 610e7ee561
5 changed files with 30 additions and 1 deletions

8
restore_projects.py Normal file
View File

@@ -0,0 +1,8 @@
from tjnetwork import *
def main():
for p in list_project():
restore(p)
if __name__ == '__main__':
main()