Add shebang and encoding declaration to tests.py

This commit is contained in:
Sean Whalen
2025-12-04 10:21:53 -05:00
parent a18ae439de
commit 7d58abc67b

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
import os