chore: initialize monorepo with project scaffolding, configs, and CI setup
This commit is contained in:
5
apps/blockchain-node/src/aitbc_chain/__init__.py
Normal file
5
apps/blockchain-node/src/aitbc_chain/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""AITBC blockchain node package."""
|
||||
|
||||
from .app import create_app
|
||||
|
||||
__all__ = ["create_app"]
|
||||
Reference in New Issue
Block a user