#!/usr/bin/env ruby
# frozen_string_literal: true

require 'abank'

Abank::CLI.start(ARGV)
