main.py
1  from source_blockchain_explorer.run import run
2  
3  if __name__ == "__main__":
4      run()