Add explicit python3 shebang to __init__.py.

This commit is contained in:
rht 2020-04-03 05:17:51 -04:00 committed by showell
parent 4600ce59a3
commit f34540d26d

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import json import json