test_basic.py 61 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3
def test():
    pass

4

VoVAllen's avatar
VoVAllen committed
5
if __name__ == "__main__":
6
    test()