mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-26 03:10:25 +00:00
11 lines
177 B
Python
11 lines
177 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
# -*- coding= UTF-8 -*-
|
||
|
|
|
||
|
|
__author__ = 'Isatis39871'
|
||
|
|
__date__ = ''
|
||
|
|
__version__ = ''
|
||
|
|
__all__ = []
|
||
|
|
|
||
|
|
import os, sys
|
||
|
|
from optparse import OptionParser
|