mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-12 14:13:38 +00:00
11 lines
144 B
Python
11 lines
144 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
compat.py
|
||
|
~~~~~~~~~
|
||
|
|
||
|
Defines cross-platform functions and classes needed to achieve proper
|
||
|
functionality.
|
||
|
"""
|
||
|
|
||
|
pass
|