• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/usr/bin/env python3
2from random_gen import *
3from optparse import OptionParser
4import subprocess
5import os
6import random
7
8test = RandomGen()
9test.getGroupList()
10test.cleanGroups()
11