testapp.py 200 Bytes
Newer Older
yan.yan's avatar
yan.yan committed
1
2
3
4
5
6
7
8
9
10
11
"""this file can only be used by spconv developer for now. 
the "tensorpc" isn't a open source project.
"""

import tensorpc 

from tensorpc.apps.flow.flowapp import App


class TestApp(App):
    pass