mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
11 lines
193 B
Python
11 lines
193 B
Python
from django.template.loader import render_to_string
|
|
|
|
from allianceauth.hooks import get_hooks
|
|
|
|
from .models import MenuItem
|
|
|
|
|
|
class MenuProvider():
|
|
def __init__(self) -> None:
|
|
pass
|