1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-06-02 07:32:34 +02:00
acertmgr/acertmgr/__main__.py

12 lines
245 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# run as a module using "python -m acertmgr"
# Copyright (c) Rudolf Mayerhofer, 2019.
# available under the ISC license, see LICENSE
import acertmgr
if __name__ == "__main__":
acertmgr.main()