Bastien Sevajol 6 yıl önce
ebeveyn
işleme
06eee434c9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      hapic/__init__.py

+ 1 - 0
hapic/__init__.py Dosyayı Görüntüle

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