mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
10 lines
115 B
Python
10 lines
115 B
Python
import unittest
|
|
|
|
|
|
class TestBrowsing(unittest.TestCase):
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|