6 lines
169 B
Python
6 lines
169 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from lostplaces.views.base_views import *
|
|
from lostplaces.views.views import *
|
|
from lostplaces.views.place_views import * |