Melodia/archiver/models/__init__.py

13 lines
240 B
Python

'''
.. currentmodule:: archiver.models
I'm trying to link to :class:`~archiver.models.archive.Archive`!
'''
# Create your models here.
from archive import Archive
from song import Song
from playlist import Playlist
from feed import Feed