feat: Initialize App

This commit is contained in:
pateljannat
2021-02-12 15:10:30 +05:50
commit 994ab1a42c
16 changed files with 229 additions and 0 deletions

5
community/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.0.1'