This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
wot_stats_server/wotstats/views/__init__.py
2017-09-30 09:34:17 +03:00

6 lines
208 B
Python

from .account import pages_account
from .home import pages_home
from .stats import pages_stats
from .wallet import pages_wallet
from .technic import pages_technic
from .achievements import pages_achievements