mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
#!/usr/bin/env python2
|
|
# -*- coding:utf-8 -*-
|
|
from .tunasync import TUNASync
|
|
# vim: ts=4 sw=4 sts=4 expandtab
|