Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 18, 2024
1 parent c8796d3 commit 3e7a32f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 0 additions & 3 deletions server/__init__.py

This file was deleted.

11 changes: 9 additions & 2 deletions server/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@
from typing_extensions import Self
from utils.config import KanaeConfig

from server import __description__, __title__, __version__

if TYPE_CHECKING:
from utils.request import RouteRequest

__title__ = "Kanae"
__description__ = """
Kanae is ACM @ UC Merced's API.
This document details the API as it is right now.
Changes can be made without notification, but announcements will be made for major changes.
"""
__version__ = "0.1.0a"


class Kanae(FastAPI):
pool: asyncpg.Pool
Expand Down

0 comments on commit 3e7a32f

Please sign in to comment.