def main(): print("Hello from btccapp!") if __name__ == "__main__": main()