"""AITBC blockchain node package.""" from .app import create_app __all__ = ["create_app"]