diff --git a/__init__.py b/__init__.py index 29f5658..90da4ec 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,3 @@ -import asyncio from fastapi import APIRouter from lnbits.db import Database from lnbits.helpers import template_renderer @@ -23,6 +22,8 @@ def nostr_renderer(): from .tasks import init_relays, subscribe_events +from .views import * # noqa +from .views_api import * # noqa def nostrclient_start():