mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 06:40:15 +00: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) |