poetry run python -c "import algopy; print('=== algopy module contents ==='); print(dir(algopy)); print('\n=== algopy.arc4 module contents ==='); from algopy import arc4; print(dir(arc4))"
=== algopy module contents ===
['ARC4Contract', 'Account', 'Application', 'Asset', 'BigUInt', 'Box', 'BoxMap', 'BoxRef', 'Bytes', 'BytesBacked', 'CompiledContract', 'CompiledLogicSig', 'Contract', 'Global', 'GlobalState', 'LocalState', 'LogicSig', 'OnCompleteAction', 'OpUpFeeSource', 'StateTotals', 'String', 'TemplateVar', 'TransactionType', 'Txn', 'UInt64', 'all', 'builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec', 'arc4', 'compile_contract', 'compile_logicsig', 'ensure_budget', 'gtxn', 'itxn', 'log', 'logicsig', 'op', 'subroutine', 'uenumerate', 'urange']
=== algopy.arc4 module contents ===
['ARC4Client', 'Address', 'BigUFixedNxM', 'BigUIntN', 'Bool', 'Byte', 'DynamicArray', 'DynamicBytes', 'StaticArray', 'String', 'Struct', 'Tuple', 'UFixedNxM', 'UInt128', 'UInt16', 'UInt256', 'UInt32', 'UInt512', 'UInt64', 'UInt8', 'UIntN', 'builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'spec', 'abi_call', 'abimethod', 'arc4_create', 'arc4_signature', 'arc4_update', 'baremethod', 'emit']