This commit is contained in:
Khoa Nguyen Anh
2018-03-02 22:52:48 +07:00
commit ccf26a8079
10 changed files with 370 additions and 0 deletions

2
common/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .get_content import get_content
from .same_name_alert import same_name_alert