Skip to content

Commit

Permalink
break: remove decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 9, 2023
1 parent e2ba5dc commit 02c3fe0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 217 deletions.
3 changes: 1 addition & 2 deletions flask_menu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
Those menus can be then displayed using templates.
"""

from .decorators import register_menu
from .ext import Menu
from .menu import MenuNode
from .proxies import current_menu

__version__ = "1.0.0"

__all__ = ("current_menu", "Menu", "MenuNode", "__version__", "register_menu")
__all__ = ("current_menu", "Menu", "MenuNode", "__version__")
95 changes: 0 additions & 95 deletions flask_menu/decorators.py

This file was deleted.

Loading

0 comments on commit 02c3fe0

Please sign in to comment.