#!/usr/bin/env python3
from sys import exit
from edir import main
exit(main())
