Bastien Sevajol hace 6 años
padre
commit
06eee434c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      hapic/__init__.py

+ 1 - 0
hapic/__init__.py Ver fichero

@@ -1,6 +1,7 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 from hapic.context import BottleContext
3 3
 from hapic.hapic import Hapic
4
+from hapic.data import HapicData
4 5
 
5 6
 _hapic_default = Hapic()
6 7