Makestory2 / models /__init__.py
JeCabrera's picture
Update models/__init__.py
25ab3e5 verified
raw
history blame contribute delete
107 Bytes
"""Models module initialization"""
from .story_formulas import STORY_FORMULAS
__all__ = ['STORY_FORMULAS']