Migrate: members
This commit is contained in:
Executable
+10
@@ -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