Migrate: members

This commit is contained in:
2023-02-23 17:34:19 +01:00
parent d35c9ef155
commit b48b3f602c
5 changed files with 289 additions and 15 deletions

10
wgmaster/import.py Executable file
View File

@ -0,0 +1,10 @@
#!/bin/env python3
import argparse
if __name__ == '__main__':
parser = argparse.ArgumentParser()
args = parser.parse_args()
# TODO