''' Importer for Transferwise API transaction history. ''' __copyright__ = 'Copyright (c) 2020 Kristóf Marussy ' __license__ = 'GNU GPLv2' from beancount_extras_kris7t.importers.transferwise.client import main if __name__ == '__main__': main()