#!/usr/bin/python3

import gi
gi.require_version('Peas', '1.0')
from gi.repository import Peas
Peas.Engine().enable_loader("python3")
