#!/usr/bin/env python3
#
# Snafu: Snake Functions - Account Management Command-Line Tool

import snafulib.snafuaccounts

snafulib.snafuaccounts.SnafuAccountsRunner()
