Migrate: members
This commit is contained in:
10
wgmaster/import.py
Executable file
10
wgmaster/import.py
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/env python3
|
||||
|
||||
import argparse
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser()
|
||||
args = parser.parse_args()
|
||||
|
||||
# TODO
|
Reference in New Issue
Block a user