11 lines
183 B
Python
Executable File
11 lines
183 B
Python
Executable File
#!/usr/bin/env python3
|
|
from random_gen import *
|
|
from optparse import OptionParser
|
|
import subprocess
|
|
import os
|
|
import random
|
|
|
|
test = RandomGen()
|
|
test.getGroupList()
|
|
test.cleanGroups()
|