mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from brk-client!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|