12 lines
148 B
Python
12 lines
148 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
__init__.py
|
||
|
|
||
|
Created on 2017-11-19 by hbldh <henrik.blidh@nedomkull.com>
|
||
|
|
||
|
"""
|
||
|
|
||
|
import objc
|
||
|
|
||
|
objc.options.verbose = True
|