Skip to content

Commit 8428f14

Browse files
committed
add module py files
1 parent da61782 commit 8428f14

File tree

2 files changed

+510
-0
lines changed

2 files changed

+510
-0
lines changed

simple-query-builder/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""
2+
:authors: co0lc0der
3+
:license: MIT, see LICENSE file
4+
:copyright: (c) 2022 co0lc0der
5+
"""
6+
7+
from .querybuilder import *
8+
9+
__author__ = 'co0lc0der'
10+
__version__ = '0.3.0'
11+
__email__ = 'c0der@ya.ru'

0 commit comments

Comments
 (0)