9 lines
124 B
Python
9 lines
124 B
Python
from tjnetwork import *
|
|
|
|
def main():
|
|
for p in list_project():
|
|
restore(p)
|
|
|
|
if __name__ == '__main__':
|
|
main()
|