wgfrontend/src/wgfrontend.py

12 lines
170 B
Python
Raw Normal View History

2020-11-19 21:55:45 +01:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""wgfrontend.py: Just a wrapper to the module."""
2020-11-27 21:02:05 +01:00
import wgfrontend
2020-11-19 21:55:45 +01:00
if __name__ == '__main__':
wgfrontend.main()