cerbero/main.py: no need to try to import argparse
python >= 3.5 is required by README, argparse is a part of python installation since version 3.2. In addition, some files import already argparse without try:
- cerbero/commands/graph.py:import argparse
- cerbero/commands/runit.py:import argparse