Compare commits

..

1 Commits

Author SHA1 Message Date
2bb264b8c1 Added hosted services #186
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 6s
Build on push / prepare (push) Successful in 9s
Build on push / core (push) Successful in 18s
Build on push / query (push) Successful in 18s
Build on push / dependency (push) Successful in 17s
Build on push / api (push) Has been cancelled
Build on push / application (push) Has started running
Build on push / auth (push) Has been cancelled
Build on push / database (push) Has started running
Build on push / mail (push) Has been cancelled
Build on push / translation (push) Has been cancelled
2025-09-25 00:53:17 +02:00
2 changed files with 0 additions and 3 deletions

View File

@@ -1,2 +1 @@
from .application_builder import ApplicationBuilder
from .host import Host

View File

@@ -1,2 +0,0 @@
from .hosted_service import HostedService
from .startup_task import StartupTask