mirror of
https://github.com/kennethreitz-archive/kcode.tmbundle.git
synced 2026-06-05 23:50:18 +00:00
7 lines
127 B
Python
7 lines
127 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from zen_editor import ZenEditor
|
|
|
|
editor = ZenEditor()
|
|
editor.run_applescript() |