class Command(BaseCommand):
    help = ("Imports gene-gene network data into Edge table in the database.")

    def add_arguments(self, parser):
        parser.add_argument('gene_network_file', type=file)