mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-10-01 03:15:44 -04:00
7 lines
129 B
Python
7 lines
129 B
Python
import unittest
|
|
|
|
from .hashes import SHA256
|
|
from .hashes import SHA512
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main(verbosity=2) |