1#!/bin/env -S python3 -B 2 3from libvoters.entry_point import main 4import sys 5 6if __name__ == "__main__": 7 sys.exit(main()) 8