##// END OF EJS Templates
Split up tag module from post module
Split up tag module from post module

File last commit:

r385:72926030 default
r385:72926030 default
Show More
__init__.py
7 lines | 204 B | text/x-python | PythonLexer
__author__ = 'neko259'
from boards.models.post import Post
from boards.models.tag import Tag
from boards.models.post import Ban
from boards.models.post import Setting
from boards.models.post import User