wgfrontend/src/wgfrontend.py
2020-12-02 21:26:25 +01:00

12 lines
170 B
Python

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