This commit is contained in:
Aevann1 2021-10-15 16:08:27 +02:00
parent bad22322bd
commit 2265d60b22
1400 changed files with 44951 additions and 45061 deletions

32
files/routes/__init__.py Normal file → Executable file
View file

@ -1,17 +1,17 @@
from .admin import *
from .comments import *
from .discord import *
from .errors import *
from .reporting 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 *
from .admin import *
from .comments import *
from .discord import *
from .errors import *
from .reporting 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 *
from .giphy import *