File: __init__.py

package info (click to toggle)
graphs 1.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,160 kB
  • sloc: python: 4,861; xml: 220; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
"""Initialize testing module, specify used module versions."""
import gi

gi.require_version("Adw", "1")
gi.require_version("Gdk", "4.0")
gi.require_version("Graphs", "1")
gi.require_version("Gtk", "4.0")