#!/bin/env -S python3 -B

import sys

from libvoters.entry_point import main

if __name__ == "__main__":
    sys.exit(main())