mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
5 lines
125 B
Python
5 lines
125 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Make python -m testall.py work.
|
|
|
|
from __future__ import division, absolute_import, print_function
|