aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: f8d9bfbd1c4e9b0cd0ba6529d3603af1dc5403aa (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3
# *****************************************************************************
# Copyright (C) 2019-2021 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
# This file is part of the thcolor project, which is MIT-licensed.
# *****************************************************************************
""" Unit tests for the `thcolor` Python module. """

# This file is only there to indicate that the folder is a module.
# It doesn't actually contain code.

# End of file.