NDOJ/judge/views/api/__init__.py

3 lines
44 B
Python
Raw Normal View History

2020-01-21 06:35:58 +00:00
from .api_v1 import *
from .api_v2 import *