This commit is contained in:
Aevann1 2021-08-04 17:35:10 +02:00
parent c3ce4c8743
commit 254995d1e4
948 changed files with 128 additions and 128 deletions

16
files/routes/__init__.py Normal file
View file

@ -0,0 +1,16 @@
from .admin import *
from .comments import *
from .discord import *
from .errors import *
from .flagging import *
from .front import *
from .login import *
from .oauth import *
from .posts import *
from .search import *
from .settings import *
from .static import *
from .users import *
from .votes import *
from .feeds import *
from .awards import *