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

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

# End of file.