6 lines
92 B
Python
6 lines
92 B
Python
"""AITBC blockchain node package."""
|
|
|
|
from .app import create_app
|
|
|
|
__all__ = ["create_app"]
|