mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05: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
|