#!/usr/bin/python3

import gi
gi.require_version('Peas', '2')
from gi.repository import Peas
Peas.Engine().enable_loader("python")
