File size: 126 Bytes
7734d5b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
# -*- coding:utf-8 -*-

from .utils import configure_module

configure_module()

__version__ = "0.1.0"