mirror of
https://github.com/kennethreitz-archive/python-project.git
synced 2026-06-05 15:30:19 +00:00
8 lines
122 B
Python
8 lines
122 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
__version__ = '0.0.1'
|
|
__license__ = 'Apache v2'
|
|
__author__ = 'Kenneth Reitz'
|
|
|
|
|
|
from core import * |