Files
Borealis-Github-Replica/Data/Engine/services/github/__init__.py

9 lines
207 B
Python

"""GitHub-oriented services for the Borealis Engine."""
from __future__ import annotations
from .github_service import GitHubService, GitHubTokenPayload
__all__ = ["GitHubService", "GitHubTokenPayload"]