emmental/audio/__init__.py

8 lines
144 B
Python

# Copyright 2021 (c) Anna Schumaker.
from . import player
from gi.repository import Gst
import sys
Gst.init(sys.argv)
Player = player.Player()