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

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

# End of file.