File: __init__.py

package info (click to toggle)
graphs 1.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,120 kB
  • sloc: python: 4,860; xml: 220; sh: 8; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
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")