#!/usr/bin/env python3 # -*- coding: utf-8 -*- """wgfrontend.py: Just a wrapper to the module.""" import wgfrontend if __name__ == '__main__': wgfrontend.main()