Add future imports

This commit is contained in:
Labrys of Knossos 2019-04-07 17:44:25 -04:00
parent f42cc020ea
commit 424879e4b6
70 changed files with 483 additions and 9 deletions

View file

@ -1,4 +1,11 @@
from __future__ import (
absolute_import,
division,
print_function,
unicode_literals,
)
import libs
__all__ = ['completed']