OSG_Mugshot_fork/mugshot_lib/__init__.py

15 lines
373 B
Python
Raw Normal View History

2013-07-12 17:56:24 +00:00
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
### BEGIN LICENSE
# This file is in the public domain
### END LICENSE
### DO NOT EDIT THIS FILE ###
'''facade - makes mugshot_lib package easy to refactor
while keeping its api constant'''
from . helpers import set_up_logging
from . Window import Window
from . mugshotconfig import get_version