mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
b4e0be9052
Start moving the contentview up a level Started shifting the contentview class up to libmproxy
6 lines
70 B
Python
6 lines
70 B
Python
import libmproxy.contentview as cv
|
|
|
|
|
|
def test_pass():
|
|
assert True
|