mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
11 lines
141 B
Python
11 lines
141 B
Python
import cookbook.views.api
|
|
|
|
import cookbook.views.views
|
|
import cookbook.views.telegram
|
|
|
|
__all__ = [
|
|
'api',
|
|
'views',
|
|
'telegram',
|
|
]
|