6 lines
78 B
Python
6 lines
78 B
Python
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
# version
|
||
|
__version__ = "0.1"
|