6 lines
59 B
Python
6 lines
59 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
__version__ = "0.2"
|
||
|
|
||
|
import backend
|