2023-10-07 08:20:22 +00:00

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