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

if __name__ == "__main__":
    test()