6 lines
105 B
Python
6 lines
105 B
Python
"""Wallet daemon FastAPI application package."""
|
|
|
|
from .main import create_app
|
|
|
|
__all__ = ["create_app"]
|