Browse Source

add import

Bastien Sevajol 6 years ago
parent
commit
06eee434c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hapic/__init__.py

+ 1 - 0
hapic/__init__.py View File

@@ -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