aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: 1e6ccc3a31d0221c4bd5577bcc55ecd98c5cb459 (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.